From acc36cfab259f3eb45b0218e2759dbfd90d87e24 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Mon, 19 Feb 2018 00:24:21 -0800 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e51c8..1ef5858 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Go code compiles to a single executable so you just need to somehow get that int Either manually download the latest release for your OS from the releases tab and move it into `/bin`, or run this command to do it for you: ``` -sudo curl -L ... +curl https://raw.githubusercontent.com/cjbassi/gotop/master/install.sh | sudo sh ``` 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.