From a87658843e8e0d10de18ecb5353d593a61dc61a3 Mon Sep 17 00:00:00 2001 From: prod2 Date: Fri, 13 Jan 2023 22:10:34 +0100 Subject: [PATCH] proofread readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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