aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian (bex) Exelbierd2019-07-29 10:49:33 +0200
committerrfjakob2019-07-29 11:04:31 +0200
commitd123b89a16bdb2527d5c7b3ff60af2fafcd16c5b (patch)
treece54e661de71735e302991f256c47dff348f3ea0
parent8eebbdf654bb29ecdafc1ed11f6aa56fabebd9b8 (diff)
Add Fedora details
-rw-r--r--docs/index.md4
-rw-r--r--docs/quickstart.md5
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index c84c4d1..5d0ac2c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -46,6 +46,10 @@ gocryptfs is, and always will be, free software.
News
----
+2019-07-29
+gocryptfs is added to Fedora 30 and rawhide:
+[package info](https://src.fedoraproject.org/rpms/golang-github-rfjakob-gocryptfs)
+
2018-12-12
Release [v1.6.1](https://github.com/rfjakob/gocryptfs/releases)
([changelog](https://github.com/rfjakob/gocryptfs#changelog))
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.