aboutsummaryrefslogtreecommitdiff
path: root/docs/quickstart.md
diff options
context:
space:
mode:
authorBrian (bex) Exelbierd2019-07-29 10:49:33 +0200
committerrfjakob2019-07-29 11:04:31 +0200
commitd123b89a16bdb2527d5c7b3ff60af2fafcd16c5b (patch)
treece54e661de71735e302991f256c47dff348f3ea0 /docs/quickstart.md
parent8eebbdf654bb29ecdafc1ed11f6aa56fabebd9b8 (diff)
Add Fedora details
Diffstat (limited to 'docs/quickstart.md')
-rw-r--r--docs/quickstart.md5
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.