From b2801b16a95b6ce93a9350445ee7e4221c7f002c Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 9 Apr 2023 00:05:40 -0400 Subject: [PATCH] docs: update binary install instruction --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d319e6ac..9e7c2872 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,12 @@ You can also try to use the generated release binaries and manually install on y - [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: + +```bash +./btm +``` + #### Auto-completion The release binaries are packaged with shell auto-completion files for bash, fish, zsh, and Powershell. To install them: