summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index e332568..1b34e02 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,13 @@ See the [Quickstart](https://nuetzlich.net/gocryptfs/quickstart/) page for more
The [MANPAGE.md](Documentation/MANPAGE.md) describes all available command-line options.
+Use: Reverse Mode
+-----------------
+
+ $ mkdir cipher plain
+ $ ./gocryptfs -reverse -init plain
+ $ ./gocryptfs -reverse plain cipher
+
Graphical Interface
-------------------