Change readme
This commit is contained in:
@ -25,13 +25,13 @@ pacman -S dotnet-runtime dotnet-sdk
|
|||||||
Build project
|
Build project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dotnet build chksum.csproj
|
dotnet build chksum.csproj
|
||||||
```
|
```
|
||||||
|
|
||||||
Publish project
|
Publish project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dotnet publish --configuration Release --arch x64 --use-current-runtime --self-contained
|
dotnet publish --configuration Release chksum.csproj
|
||||||
```
|
```
|
||||||
|
|
||||||
Go to the publish folder
|
Go to the publish folder
|
||||||
|
Reference in New Issue
Block a user