summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-05-10 22:12:39 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-05-10 22:14:11 -0700
commit28bca3f397958c774b9a3a5fe90f791d17da73f2 (patch)
tree1235186b459ba8e03a8a82035ce16c92a50567e9 /README.md
parent23e53459a31e4e17ea6c4e21689aa22d73cb51fc (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6dfbef4..b3fdcd5 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,11 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi
Only working and tested on Linux. OSX is no longer supported due to issues with gopsutil, but that is currently being worked on. Windows support is also in the works.
-Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and ARM Linux. Use one of the following methods to get the binary installed on your machine:
### Using Git
-Clone the repo then run [scripts/download.sh](https://github.com/cjbassi/gotop/blob/master/scripts/download.sh) to download the correct binary:
+Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and ARM Linux in the [releases tab](https://github.com/cjbassi/gotop/releases).
+Clone the repo then run [scripts/download.sh](https://github.com/cjbassi/gotop/blob/master/scripts/download.sh) to download the correct binary for your system:
```sh
git clone --depth 1 https://github.com/cjbassi/gotop /tmp/gotop