diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.md | 4 | ||||
-rw-r--r-- | docs/quickstart.md | 5 |
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. |