Fix command typo in COMPILING.md

This commit is contained in:
RedBigz 2024-06-09 14:44:33 +10:00
parent 464220063d
commit 133be36a31
1 changed files with 1 additions and 1 deletions

View File

@ -40,5 +40,5 @@ dotnet restore
## 5. Building
```powershell
dotnet build --release
dotnet build -c release
```