aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b44071e..a84f96f 100644
--- a/README.md
+++ b/README.md
@@ -96,10 +96,10 @@ as well as in the go-fuse library.
Compile
-------
-With [go 1.11 or higher](.travis.yml#L12):
+With go 1.11 or higher:
- $ go get -d github.com/rfjakob/gocryptfs
- $ cd $(go env GOPATH)/src/github.com/rfjakob/gocryptfs
+ $ git clone https://github.com/rfjakob/gocryptfs.git
+ $ cd gocryptfs
$ ./build.bash
build.bash needs the OpenSSL headers installed (Debian: `apt install libssl-dev`,