diff options
Diffstat (limited to 'docs/quickstart.md')
-rw-r--r-- | docs/quickstart.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index f625386..8308059 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -18,6 +18,11 @@ On Mac OS X, gocryptfs is available as a $ brew install gocryptfs +On Fedora, gocryptfs is available as +[an rpm package](https://src.fedoraproject.org/rpms/golang-github-rfjakob-gocryptfs): + + $ sudo dnf install gocryptfs + If you want to compile from source, see the [Compile](compile.md) page for instructions. |