diff options
| author | Jakob Unterwurzacher | 2015-11-11 09:19:53 +0100 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2015-11-11 09:21:32 +0100 | 
| commit | ad41cdae11d9fe15bd289d504812ec4216bc8f35 (patch) | |
| tree | 7d05e3b1b14d835bf7b2f1c7062f1dda66022a19 | |
| parent | 0084087d35cd8eed4b9a1fa39f532beb612c9c21 (diff) | |
README: Add link to MANPAGE
| -rw-r--r-- | MANPAGE.md | 2 | ||||
| -rw-r--r-- | README.md | 4 | 
2 files changed, 5 insertions, 1 deletions
@@ -5,7 +5,7 @@  NAME  ==== -gocryptfs - mount and encrypted directory +gocryptfs - mount an encrypted directory  SYNOPSIS  ======== @@ -30,6 +30,8 @@ Install  Use  --- +Quickstart: +  	$ mkdir cipher plain  	$ $GOPATH/bin/gocryptfs --init cipher  	  [...] @@ -42,6 +44,8 @@ Use  	  -rw-rw-r--. 1 user  user  233  7. Okt 23:23 gocryptfs.conf  	$ fusermount -u plain +See [MANPAGE.md](MANPAGE.md) for a description of available options. +  Storage Overhead  ----------------  | 
