aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-10-11 19:45:03 +0200
committerJakob Unterwurzacher2015-10-11 19:45:03 +0200
commit6341a26ac8ad253a6ba0671b703b1288a72dd6a4 (patch)
tree51b3a32a0fd43e57ffb3fdf7bce16db545b4f4a9 /README.md
parent242fcd0736313eaec17e3fa10f5f9a34b54164fb (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5b109e6..e42ece4 100644
--- a/README.md
+++ b/README.md
@@ -26,22 +26,22 @@ Current Status
Install
-------
- $ go get github.com/rfjakob/gocryptfs/gocryptfs_main
+ $ go get github.com/rfjakob/gocryptfs
Use
---
$ mkdir cipher plain
- $ alias gocryptfs="$GOPATH/src/github.com/rfjakob/gocryptfs/gocryptfs"
- $ gocryptfs --init cipher
+ $ $GOPATH/bin/gocryptfs --init cipher
[...]
- $ gocryptfs cipher plain
+ $ $GOPATH/bin/gocryptfs cipher plain
[...]
$ echo test > plain/test.txt
$ ls -l cipher
total 8
-rw-rw-r--. 1 user user 33 7. Okt 23:23 0ao8Hyyf1A-A88sfNvkUxA==
-rw-rw-r--. 1 user user 233 7. Okt 23:23 gocryptfs.conf
+ $ fusermount -u plain
Performance
-----------