diff options
| author | Peter Waller <[email protected]> | 2015-05-05 11:29:58 +0100 |
|---|---|---|
| committer | Peter Waller <[email protected]> | 2015-05-05 11:29:58 +0100 |
| commit | 69c052ddca9eeb62783d3936859a46089b8eee75 (patch) | |
| tree | c7948aa9c64e6655af49b65ed56adf554ddf5452 /README.md | |
| parent | Merge pull request #13 from mmstick/patch-1 (diff) | |
| download | goupx-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]` |