summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-05-11 13:51:47 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-05-11 13:51:47 -0400
commit885189800c124ed7d7d3223c4d3dde1a3537cecf (patch)
tree3b7072106bd05004f9447005bfb68e0091a889d9
parentfd237b4dc6759f72897d52ccd7c4c71c84027771 (diff)
downloadbfs-885189800c124ed7d7d3223c4d3dde1a3537cecf.tar.xz
README: Add links to upstream packages
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index bec73c8..5502f76 100644
--- a/README.md
+++ b/README.md
@@ -196,28 +196,28 @@ Installation
</summary>
<pre>
-<strong>Alpine Linux</strong>
+<strong><a href="https://pkgs.alpinelinux.org/packages?name=bfs">Alpine Linux</a></strong>
# apk add bfs
-<strong>Arch Linux</strong>
-Available in the <a href="https://aur.archlinux.org/packages/bfs">AUR</a>
+<strong><a href="https://aur.archlinux.org/packages/bfs">Arch Linux</a></strong>
+(Available in the AUR)
-<strong>Debian/Ubuntu</strong>
+<strong><a href="https://packages.debian.org/sid/bfs">Debian</a>/<a href="https://packages.ubuntu.com/kinetic/bfs">Ubuntu</a></strong>
# apt install bfs
-<strong>NixOS</strong>
+<strong><a href="https://search.nixos.org/packages?channel=unstable&show=bfs&from=0&size=1&sort=relevance&type=packages&query=bfs">NixOS</a></strong>
# nix-env -i bfs
-<strong>Void Linux</strong>
+<strong><a href="https://voidlinux.org/packages/?arch=x86_64&q=bfs">Void Linux</a></strong>
# xbps-install -S bfs
-<strong>FreeBSD</strong>
+<strong><a href="https://www.freshports.org/sysutils/bfs">FreeBSD</a></strong>
# pkg install bfs
-<strong>MacPorts</strong>
+<strong><a href="https://ports.macports.org/port/bfs/">MacPorts</a></strong>
# port install bfs
-<strong>Homebrew</strong>
+<strong><a href="https://github.com/tavianator/homebrew-tap/blob/master/Formula/bfs.rb">Homebrew</a></strong>
$ brew install tavianator/tap/bfs
</pre>
</details>