From 35f622ea0113c8583393ec78f71bdf60000584cc Mon Sep 17 00:00:00 2001 From: ProfessionalUwU Date: Tue, 16 May 2023 19:52:25 +0200 Subject: [PATCH] Fix readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6142762..869bc2f 100644 --- a/README.md +++ b/README.md @@ -7,40 +7,40 @@ Checksums every file under the current directory Clone the project ```bash - git clone http://192.168.0.69:3000/ProfessionalUwU/chksum.git +git clone http://192.168.0.69:3000/ProfessionalUwU/chksum.git ``` Go to the project directory ```bash - cd chksum +cd chksum ``` Install dependencies ```bash - pacman -S dotnet-runtime dotnet-sdk +pacman -S dotnet-runtime dotnet-sdk ``` Build project ```bash - dotnet build chksum.csproj +dotnet build chksum.csproj ``` Publish project ```bash - dotnet publish --configuration Release --arch x64 --use-current-runtime --self-contained +dotnet publish --configuration Release --arch x64 --use-current-runtime --self-contained ``` Go to the publish folder ```bash - cd /bin/Release/net7.0/linux-x64/publish +cd bin/Release/net7.0/linux-x64/publish ``` Run executable ```bash - ./chksum -``` \ No newline at end of file +./chksum +```