summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-07-01 16:03:40 -0500
committerSean E. Russell <ser@ser1.net>2020-07-01 16:03:40 -0500
commitb767f7fbda1f63a14b00284994afc5894bfb6a17 (patch)
tree0b0748d625945727d8b53ef6ef5138212be24c09
parentfc7e19d991bfdcbec11f2ccfd595379e939d7064 (diff)
Cleaned up previous commit.
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index eb69fac..6956921 100644
--- a/README.md
+++ b/README.md
@@ -69,11 +69,6 @@ go build -o gotop \
./cmd/gotop
```
- go build \
- -gcflags "all=-trimpath=${PWD}" \
- -asmflags "all=-trimpath=${PWD}" \
- -ldflags "-X main.Version=v${VERSION} -X main.BuildDate=${BUILDDATE} -extldflags ${LDFLAGS}" \
- ./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`.