From 8d7e647e02b58fa87a32518ee8816838b1f24fbf Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Thu, 10 Mar 2022 21:20:08 +1100 Subject: [PATCH] Added little bit words --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f62d8b7..641608e 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Step 3: Once you replaced of your username, press F9 to compile on your keyboard # Compile of VVCEasy .NET Console version (optional) -First, before you compile to VVCEasy .NET Console version, you need .NET SDK x64. +First, before you compile to VVCEasy .NET Console version, you need .NET SDK x64 from Microsoft. Link: https://dotnet.microsoft.com/en-us/download Step 1: Clone git and cd VVCEasy @@ -100,9 +100,9 @@ Step 1: Clone git and cd VVCEasy git clone https://github.com/MartinEesmaa/VVCEasy.git && cd VVCEasy ``` -Step 2: Before you build, make sure to restore project, build and test it. +Step 2: Before you build, make sure to build and test it. Don't worry, when you build with .NET, it will restore project and build. ``` -dotnet restore && dotnet build --no-restore && dotnet test --no-build --verbosity normal +dotnet build && dotnet test --no-build --verbosity normal ``` Step 3: Once building is done, the build folder directory is bin/Debug