summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-05-10 03:59:27 -0400
committerClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-05-10 03:59:27 -0400
commit13b58d4d4e0035ac109c62205193c465a0c54e7d (patch)
treed8132f259aa0e8cbd304efac8967337d571cc9e1
parent331ed47387a039a34cedf40fb1b1108e52b835fa (diff)
docs: reword binary install section
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 43a7a55e..03a71b94 100644
--- a/README.md
+++ b/README.md
@@ -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: