Skip to content

Commit

Permalink
add instruction for gzip packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
pouriyajamshidi committed Feb 5, 2023
1 parent f10aec0 commit 0aee204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ Had they had this tool, they would have been able to find the root cause much fa

## How

1. Download and unzip the archive file from this URL:
1. Download and extract the file from this URL:

```bash
wget https://github.com/pouriyajamshidi/qwatcher/releases/latest/download/qwatcher.zip
unzip qwatcher.zip
wget https://github.com/pouriyajamshidi/qwatcher/releases/latest/download/qwatcher.tar.gz
tar xvf qwatcher.tar.gz
```

Additionally, you can use `Nimble`: <https://nimble.directory/pkg/qwatcher> and skip to step 3.
Optionally, you can use `Nimble` for installation <https://nimble.directory/pkg/qwatcher> and skip to step 3.

```bash
nimble install qwatcher
Expand Down

0 comments on commit 0aee204

Please sign in to comment.