diff options
author | Jakob Unterwurzacher | 2020-12-08 10:29:49 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-12-08 10:29:49 +0100 |
commit | 3db011cf15e5fba1e7c2ab5cdfb776aff43fac12 (patch) | |
tree | 774bb3596938bdddde38feb431b9be970e1a73ff | |
parent | 45144a771df9afe9b3c3073bc6615d08e59ba479 (diff) |
Add repology.org badges
-rw-r--r-- | docs/quickstart.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index 8308059..2313d6a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -23,6 +23,14 @@ On Fedora, gocryptfs is available as $ sudo dnf install gocryptfs +gocryptfs is available in many other distributions in the following +versions: + +[](https://repology.org/project/gocryptfs/versions) + +[](https://repology.org/project/go:github-rfjakob-gocryptfs/versions) + + If you want to compile from source, see the [Compile](compile.md) page for instructions. |