From 621f6933c6dc17ae96dac147c916af58fefd7547 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Mon, 19 Feb 2018 16:06:50 -0800 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9c8cf2..6270ed1 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/ Go compiles to a single executable so you just need to get that into your $PATH. -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 like so: +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 ``` -If you install this way, starting gotop with the `-u` flag or pressing `u` in gotop will check to see if there is a newer version available and automatically update if so. +If you install this way, starting gotop with the `-u` flag or pressing `u` in gotop will update if there's a newer version. -To uninstall, run: +To uninstall: ``` sudo rm /usr/bin/gotop