Update README

This commit is contained in:
Jakob Unterwurzacher 2015-10-11 19:45:03 +02:00
parent 242fcd0736
commit 6341a26ac8
1 changed files with 4 additions and 4 deletions

View File

@ -26,22 +26,22 @@ Current Status
Install Install
------- -------
$ go get github.com/rfjakob/gocryptfs/gocryptfs_main $ go get github.com/rfjakob/gocryptfs
Use Use
--- ---
$ mkdir cipher plain $ mkdir cipher plain
$ alias gocryptfs="$GOPATH/src/github.com/rfjakob/gocryptfs/gocryptfs" $ $GOPATH/bin/gocryptfs --init cipher
$ gocryptfs --init cipher
[...] [...]
$ gocryptfs cipher plain $ $GOPATH/bin/gocryptfs cipher plain
[...] [...]
$ echo test > plain/test.txt $ echo test > plain/test.txt
$ ls -l cipher $ ls -l cipher
total 8 total 8
-rw-rw-r--. 1 user user 33 7. Okt 23:23 0ao8Hyyf1A-A88sfNvkUxA== -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 -rw-rw-r--. 1 user user 233 7. Okt 23:23 gocryptfs.conf
$ fusermount -u plain
Performance Performance
----------- -----------