Skip to content

Commit

Permalink
still upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdiooa committed Feb 6, 2024
1 parent 1ae7ed5 commit caeeb20
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,17 @@ Downloading and Installing (Debian)
Download the latest release for Linux (amd64) from the [releases](https://github.com/Abdiooa/zeroward/releases) page:

```
wget https://github.com/Abdiooa/zeroward/releases/latest/download/zeroward_linux_amd64.deb
wget https://github.com/Abdiooa/zeroward/releases/vtag/download/zeroward_vtag_linux_amd64.deb
```
please make sure to replace the vtag the tag version you want, you can see the latest one here [releases](https://github.com/Abdiooa/zeroward/releases)
Install the downloaded Debian package using dpkg:
```
sudo dpkg -i zeroward_linux_amd64.deb
```

To uninstall it use this command:
```
sudo apt-get remove zeroward
```
Alternatively, for other architectures or package formats:
```
wget https://github.com/Abdiooa/zeroward/releases/download/vX.Y.Z/zeroward_X.Y.Z_Linux_amd64.tar.gz
Expand Down

0 comments on commit caeeb20

Please sign in to comment.