diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,8 +76,8 @@ Use --- $ mkdir cipher plain - $ $GOPATH/bin/gocryptfs -init cipher - $ $GOPATH/bin/gocryptfs cipher plain + $ ./gocryptfs -init cipher + $ ./gocryptfs cipher plain See the [Quickstart](https://nuetzlich.net/gocryptfs/quickstart/) page for more info. |