aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTonimir Kisasondi2019-09-08 22:22:23 +0200
committerJakob Unterwurzacher2019-09-08 23:10:40 +0200
commitdf37318fba4e7af680a7e3b776fa20bd65ed88d2 (patch)
tree909d162e87255304a7bfaa0d9ba44193b3c10059 /README.md
parent56eb85651be098fe810066f637c10004a7bea19b (diff)
Update readme.md
Just added a note to preinstall fuse, so the standalone binary will work without problem.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bfe19ea..6a1832d 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,10 @@ On Fedora, gocryptfs is available as an rpm package:
```bash
sudo dnf install gocryptfs
```
+
+If you use the standalone binary, make sure you install the `fuse` package
+from your distributions package repository before running `gocryptfs`.
+
See the [Quickstart](https://nuetzlich.net/gocryptfs/quickstart/) page for more info.
Testing