Fix readme
This commit is contained in:
parent
ed1fa76c56
commit
35f622ea01
16
README.md
16
README.md
@ -7,40 +7,40 @@ Checksums every file under the current directory
|
|||||||
Clone the project
|
Clone the project
|
||||||
|
|
||||||
```bash
|
```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
|
Go to the project directory
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd chksum
|
cd chksum
|
||||||
```
|
```
|
||||||
|
|
||||||
Install dependencies
|
Install dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pacman -S dotnet-runtime dotnet-sdk
|
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 --arch x64 --use-current-runtime --self-contained
|
||||||
```
|
```
|
||||||
|
|
||||||
Go to the publish folder
|
Go to the publish folder
|
||||||
```bash
|
```bash
|
||||||
cd /bin/Release/net7.0/linux-x64/publish
|
cd bin/Release/net7.0/linux-x64/publish
|
||||||
```
|
```
|
||||||
|
|
||||||
Run executable
|
Run executable
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./chksum
|
./chksum
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user