Skip to content

Commit

Permalink
Improved 'update' instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jan 21, 2024
1 parent 0b1e2c3 commit 55c9053
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/nthnn/Qrepo/master/support
To update the current installed Qrepo, you can use the following on your terminal:

```bash
qrepo update
# Or
qrepo x https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh
```

Expand Down Expand Up @@ -65,6 +67,12 @@ Otherwise, download the binary form from [here](https://github.com/nthnn/Qrepo/r
qrepo x https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh
```

- `update`: Installs an updated Qrepo.
Example:
```bash
qrepo update
```

- `help`: Show help message for a specific command.
Example:
```bash
Expand Down

0 comments on commit 55c9053

Please sign in to comment.