aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Waller <[email protected]>2015-05-05 11:29:58 +0100
committerPeter Waller <[email protected]>2015-05-05 11:29:58 +0100
commit69c052ddca9eeb62783d3936859a46089b8eee75 (patch)
treec7948aa9c64e6655af49b65ed56adf554ddf5452 /README.md
parentMerge pull request #13 from mmstick/patch-1 (diff)
downloadgoupx-69c052ddca9eeb62783d3936859a46089b8eee75.tar.xz
goupx-69c052ddca9eeb62783d3936859a46089b8eee75.zip
Update README.md
Use GOPATH=${HOME}/.local rather than env.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e70f23..012408c 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
goupx - Fix golang ELF executables to work with upx
---------------------------------------------------
-Installation: `go get github.com/pwaller/goupx/`
+Installation: `go get github.com/pwaller/goupx`
-(or if you don't want to do it with root, `GOPATH=${PWD}/env go get github.com/pwaller/goupx/` will install it to `${PWD}/env/bin/goupx`)
+(or if you don't want to do it with root, `GOPATH=${HOME}/.local go get github.com/pwaller/goupx` will install it to `${HOME}/.local/bin/goupx`).
Usage: `goupx [filename]`