diff --git a/Readme.md b/Readme.md index 0531b1b..4ece3ed 100644 --- a/Readme.md +++ b/Readme.md @@ -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//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