update build instructions

This commit is contained in:
Ben Harris 2024-04-19 17:42:57 -04:00
parent 2dd9932026
commit 7299bfe402
1 changed files with 2 additions and 6 deletions

View File

@ -36,13 +36,9 @@ while (true) ; // Waste CPU cycles
## Compiling
On Linux/Mac:
dotnet build -c Release
xbuild /p:Configuration=Release
On Windows, use Visual Studio or similar and build in Release mode.
Regardless of platform, you'll receive binaries in `ChatSharp/bin/Release/`. ChatSharp has no dependencies.
You'll receive binaries in `ChatSharp/bin/Release/netstandard2.1`. ChatSharp has no dependencies.
## Support