summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-02-20 19:38:59 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-02-20 19:38:59 -0800
commit233ea563fb904345b8b7dd8cc77ac9568dfafb62 (patch)
treef5e6f2e18ffec170c067a2bed5c2c41500992f38
parent8dad5e97a3925b7e9cea38534424ec4fa2040db0 (diff)
Updated README
-rw-r--r--README.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/README.md b/README.md
index fd1f4b3..260f27c 100644
--- a/README.md
+++ b/README.md
@@ -8,30 +8,28 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/
## Installation
-Go compiles to a single binary so you just need to get that into your $PATH.
+### Binaries
+
Binaries are currently available for 32bit and 64bit Linux and OSX.
To download the latest binary for your OS into `/usr/bin`, you can run the [install](https://github.com/cjbassi/gotop/blob/master/install.sh) script:
-```
-curl https://raw.githubusercontent.com/cjbassi/gotop/master/install.sh | sudo bash
-```
+ curl https://raw.githubusercontent.com/cjbassi/gotop/master/install.sh | sudo bash
If you install this way, starting gotop with the `-u` flag will update if there's a newer version.
To uninstall:
-```
-sudo rm /usr/bin/gotop
-```
-
-Currently only tested on Arch Linux x86_64, so create an issue if your binary doesn't work.
-
+ sudo rm /usr/bin/gotop
### Arch Linux
Alternatively, if you're on Arch Linux you can install the `gotop` package from the AUR.
+### Source
+
+ github.com/cjbassi/gotop
+
## Usage