From dfb7cd8405619877282b4d5cd3fb58473fb74524 Mon Sep 17 00:00:00 2001 From: FUH22860 Date: Wed, 17 May 2023 12:22:18 +0200 Subject: [PATCH] Change readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 869bc2f..de78ccb 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ 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 chksum.csproj ``` Go to the publish folder