summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-02-19 20:43:07 +0100
committerJakob Unterwurzacher2017-02-20 21:26:42 +0100
commite406eb22ba6db2edbde8a17d9104b543c9efc0f3 (patch)
treeeb9f4ed9afd274a45a6a0a3651045df290b2130a /README.md
parent166c62fd2137eb45fb8a5664f79cf8ff8f27d6e4 (diff)
Get rid of remaining $GOPATH dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7477957..bd406b6 100644
--- a/README.md
+++ b/README.md
@@ -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.