diff options
| author | Peter Waller <[email protected]> | 2016-03-10 17:32:57 +0000 |
|---|---|---|
| committer | Peter Waller <[email protected]> | 2016-03-10 17:32:57 +0000 |
| commit | 9544b2cf6094361ce2dbb42e21e818d9e6e3145e (patch) | |
| tree | be333be6ccebe956845846b620350e722cf21f31 /README.md | |
| parent | Merge pull request #18 from pwaller/license-mit (diff) | |
| download | goupx-9544b2cf6094361ce2dbb42e21e818d9e6e3145e.tar.xz goupx-9544b2cf6094361ce2dbb42e21e818d9e6e3145e.zip | |
Add note that go1.6 fixes the issue
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ goupx - Fix golang ELF executables to work with upx --------------------------------------------------- +## Update: 2016/03/10 + +As far as I (pwaller) know, goupx is no longer necessary since it was fixed in +go1.6. + +## About + Installation: `go get github.com/pwaller/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`). |