aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-12-08 10:29:49 +0100
committerJakob Unterwurzacher2020-12-08 10:29:49 +0100
commit3db011cf15e5fba1e7c2ab5cdfb776aff43fac12 (patch)
tree774bb3596938bdddde38feb431b9be970e1a73ff
parent45144a771df9afe9b3c3073bc6615d08e59ba479 (diff)
Add repology.org badges
-rw-r--r--docs/quickstart.md8
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:
+
+[![Packaging status](https://repology.org/badge/vertical-allrepos/gocryptfs.svg?columns=4)](https://repology.org/project/gocryptfs/versions)
+
+[![Packaging status](https://repology.org/badge/vertical-allrepos/go:github-rfjakob-gocryptfs.svg?columns=5&header=Packaging Status II)](https://repology.org/project/go:github-rfjakob-gocryptfs/versions)
+
+
If you want to compile from source, see the [Compile](compile.md) page for
instructions.