docs: reword binary install section

This commit is contained in:
ClementTsang 2023-05-10 03:59:27 -04:00
parent 331ed47387
commit 13b58d4d4e
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095
1 changed files with 4 additions and 2 deletions

View File

@ -301,17 +301,19 @@ RUSTFLAGS="-C target-cpu=native" cargo install --path .
### Binaries
You can also try to use the generated release binaries and manually install on your system:
You can also use the pre-built release binaries manually:
- [Latest stable release](https://github.com/ClementTsang/bottom/releases/latest), generated off of the release branch
- [Latest nightly release](https://github.com/ClementTsang/bottom/releases/tag/nightly), generated daily off of the master branch at 00:00 UTC
To use, download and extract the binary that matches your system and run by doing:
To use, download and extract the binary that matches your system. You can then run by doing:
```bash
./btm
```
or by installing to your system following whatever the procedure is for installing a binary to your system.
#### Auto-completion
The release binaries are packaged with shell auto-completion files for bash, fish, zsh, and Powershell. To install them: