aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3776c01..14020bb 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ Then, download the source code and compile:
$ git clone https://github.com/rfjakob/gocryptfs.git
$ cd gocryptfs
- $ ./build-without-openssl.bash
+ $ ./build-without-cgo.bash
This will compile a static binary that uses the Go stdlib crypto backend.