summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-24 14:19:10 -0500
committerSean E. Russell <ser@ser1.net>2020-05-24 14:19:10 -0500
commit06ee1ad9491f762d28fb1a748a1af6f8c37eec90 (patch)
treee1e215651af213def730e88bd1fa8d3917366262 /README.md
parent76236a0993013788573fc53dc8b0a563b2fc1639 (diff)
Merges #125 from @wcdawn, with some minor modifications.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9ec4b3d..f773c1c 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ go build -o gotop ./cmd/gotop
Move `gotop` to somewhere in your `$PATH`.
+If Go is not installed or is the wrong version, and you don't have root access or don't want to upgrade Go, a script is provided to download Go and the gotop sources, compile gotop, and then clean up. See `scripts/install_without_root.sh`.
+
## Usage
Run with `-h` to get an extensive list of command line arguments. Many of these can be configured by creating a configuration file; see the next section for more information. Key bindings can be viewed while gotop is running by pressing the `?` key, or they can be printed out by using the `--list keys` command.