diff options
author | Jakob Unterwurzacher | 2018-02-05 22:24:51 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-02-05 22:24:51 +0100 |
commit | a624aab8a17834d492184a2d26db91ec754ff990 (patch) | |
tree | 682001fa6b27d3c59b791703c06a299052ad0b53 | |
parent | 8151222ada4c687bfad7e2f35c73aacbbc24c6b5 (diff) |
README: Mention min required Go version
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ as well as in the go-fuse library. Compile ------- +With [go 1.5 or higher](.travis.yml#L8): + $ go get -d github.com/rfjakob/gocryptfs $ cd $(go env GOPATH)/src/github.com/rfjakob/gocryptfs $ ./build.bash |