summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-28 15:03:04 -0600
committerSean E. Russell <ser@ser1.net>2020-02-28 15:03:04 -0600
commit98667ca9f7ca4e23b61857f54e13a9e4a412dd8d (patch)
tree20daeba8055ae108f4bb298d6a82b09b05ca4c34
parentafb62afcdfe510c7db07cb384d00c8e0fb64519d (diff)
Doc fixv3.4.1
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d63ea56..9cd91ea 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Working and tested on Linux, FreeBSD and macOS. Windows support is planned. Open
### Source
```bash
-go get github.com/xxxserxxx/gotop/v3/cmd/gotop
+go get github.com/xxxserxxx/gotop/cmd/gotop
```
### Prebuilt binaries
@@ -36,7 +36,7 @@ Unzip it and then move `gotop` into your `$PATH` somewhere. If you're on a Debi
The easiest way is to
```
-go get github.com/xxxserxxx/gotop/v3/cmd/gotop
+go get github.com/xxxserxxx/gotop/cmd/gotop
```
To create the cross-compile builds, there's a `make.sh` script; it has a lot of dependencies and has only been tested on my computer. When it works, it creates archives for numerous OSes & architectures. There's no testing for whether dependencies are available; it assumes they are and will fail in strange ways when they aren't.