aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Waller <[email protected]>2016-03-10 17:32:57 +0000
committerPeter Waller <[email protected]>2016-03-10 17:32:57 +0000
commit9544b2cf6094361ce2dbb42e21e818d9e6e3145e (patch)
treebe333be6ccebe956845846b620350e722cf21f31 /README.md
parentMerge pull request #18 from pwaller/license-mit (diff)
downloadgoupx-9544b2cf6094361ce2dbb42e21e818d9e6e3145e.tar.xz
goupx-9544b2cf6094361ce2dbb42e21e818d9e6e3145e.zip
Add note that go1.6 fixes the issue
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index fdb3b6e..43cd482 100644
--- a/README.md
+++ b/README.md
@@ -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`).