summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-10 20:25:14 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-10 20:35:28 -0700
commit078f3d573ca4cd84e45035e27d8cc606120bfbb3 (patch)
tree07fbdc1157d1a17e970d8f7c2ae0b91fe00baa81 /README.md
parent4e803bb5e732fed48971acdc782c92cbcafc827e (diff)
Add support for darwin_386
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 55b08d1..d0c2fad 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/
## Installation
-Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and 64bit OSX. Either clone the repo and run [download.sh](https://github.com/cjbassi/gotop/blob/master/download.sh) to download the correct binary, use the AUR if you're on Arch Linux, or build from source.
+Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and 32/64bit OSX. Either clone the repo and run [download.sh](https://github.com/cjbassi/gotop/blob/master/download.sh) to download the correct binary, use the AUR if you're on Arch Linux, or build from source.
### Using Git