Update readme.md

Just added a note to preinstall fuse, so the standalone
binary will work without problem.
This commit is contained in:
Tonimir Kisasondi 2019-09-08 22:22:23 +02:00 committed by Jakob Unterwurzacher
parent 56eb85651b
commit df37318fba

View File

@ -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