summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-04-05 21:34:29 -0400
committerGitHub <noreply@github.com>2018-04-05 21:34:29 -0400
commit0dcf9edcadc058bcf5d595d59564fb35d108c177 (patch)
tree1e8c28f22a112b4b5c9fa19e79b741b8220089ac /README.md
parent3edbc453a86f10ddcc9fc5d2535aff07b40d2f8e (diff)
downloadbfs-0dcf9edcadc058bcf5d595d59564fb35d108c177.tar.xz
README: Add a repology badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 785b478..4fa2ef0 100644
--- a/README.md
+++ b/README.md
@@ -127,8 +127,11 @@ Finally, if you want to install it globally, run
$ sudo make install
-If you're on Arch Linux, `bfs` is available in the [AUR](https://aur.archlinux.org/packages/bfs/).
+Alternatively, `bfs` may already be packaged for your distribution of choice:
-If you're on Debian GNU/Linux, `bfs` is available via `apt-get install bfs`.
+[![Packaging status](https://repology.org/badge/vertical-allrepos/bfs.svg)](https://repology.org/metapackage/bfs)
-If you're on macOS, `bfs` can be installed with Homebrew via `brew install tavianator/tap/bfs`.
+For example:
+
+ # apt install bfs # Debian/Ubuntu
+ # brew install tavianator/tap/bfs # macOS Homebrew