From 13b58d4d4e0035ac109c62205193c465a0c54e7d Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 10 May 2023 03:59:27 -0400 Subject: [PATCH] docs: reword binary install section --- README.md | 6 ++++-- 1 file 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: