proofread readme

This commit is contained in:
Art 2023-01-13 22:10:34 +01:00
parent aa0fbdd5df
commit a87658843e
Signed by: prod2
GPG Key ID: F3BB5A97A70A8DDE
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Building
1. Have dontnet-sdk installed
1. Have dotnet-sdk installed
2. Go to the directory where fskalc is located
3. Run `dotnet restore` to restore the `obj/` directory
4. Run `dotnet run` for debug run
5. `./release.sh` for release run, the binary will be found in bin/Release/net<version>/<platform>/publish/fskalc, and also will be copied to the active directory
5. `./release.sh` for release run, the binary will be found in bin/Release/net[version]/[platform]/publish/fskalc, and also will be copied to the active directory
# Reference