From fb03a2b9d4a45706f7fd4b5111d1943ecfcd9816 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Mon, 19 Feb 2018 12:03:14 -0800 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2796d6d..f3696f5 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/ ## Installation -Go code compiles to a single executable so you just need to somehow get that into your $PATH. +Go compiles to a single executable so you just need to get that into your $PATH. -Either manually download the latest release for your OS from the releases tab and move it into `/usr/bin`, or run this command to do it for you: +To download the latest binary for your OS into `/usr/bin`, you can run the [install.sh](https://github.com/cjbassi/gotop/blob/master/install.sh) script like so: ``` curl https://raw.githubusercontent.com/cjbassi/gotop/master/install.sh | sudo bash