summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKenneth Newwood2018-01-27 21:59:05 +0100
committerJakob Unterwurzacher2018-01-28 15:40:20 +0100
commit8afcb43b83c17bdd8fe015e6ca1fb48c7afb23cc (patch)
tree1e4cdf5c16762f254f0e477f6f3dd606e0d8740a /README.md
parentf3838c09d841ebdb071981e190c7579e61ee057f (diff)
added usage of reverse mode to README
Diffstat (limited to 'README.md')
-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
-------------------