diff options
author | Kenneth Newwood | 2018-01-27 21:59:05 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-01-28 15:40:20 +0100 |
commit | 8afcb43b83c17bdd8fe015e6ca1fb48c7afb23cc (patch) | |
tree | 1e4cdf5c16762f254f0e477f6f3dd606e0d8740a /README.md | |
parent | f3838c09d841ebdb071981e190c7579e61ee057f (diff) |
added usage of reverse mode to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ------------------- |