From b767f7fbda1f63a14b00284994afc5894bfb6a17 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Wed, 1 Jul 2020 16:03:40 -0500 Subject: [PATCH] Cleaned up previous commit. --- README.md | 5 ----- 1 file changed, 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`.