aboutsummaryrefslogtreecommitdiff
path: root/docs/compile.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/compile.md')
-rw-r--r--docs/compile.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/compile.md b/docs/compile.md
index 86c447f..33c2c52 100644
--- a/docs/compile.md
+++ b/docs/compile.md
@@ -1,8 +1,8 @@
Compile gocryptfs from Source
=============================
- 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 Go 1.7+ and the OpenSSL headers installed