diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |