README: Add link to MANPAGE

This commit is contained in:
Jakob Unterwurzacher 2015-11-11 09:19:53 +01:00
parent 0084087d35
commit ad41cdae11
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
NAME
====
gocryptfs - mount and encrypted directory
gocryptfs - mount an encrypted directory
SYNOPSIS
========

View File

@ -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
----------------