aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANPAGE.md2
-rw-r--r--README.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/MANPAGE.md b/MANPAGE.md
index 14bf188..3dde852 100644
--- a/MANPAGE.md
+++ b/MANPAGE.md
@@ -5,7 +5,7 @@
NAME
====
-gocryptfs - mount and encrypted directory
+gocryptfs - mount an encrypted directory
SYNOPSIS
========
diff --git a/README.md b/README.md
index 5301fbb..1d845fa 100644
--- a/README.md
+++ b/README.md
@@ -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
----------------