summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-07-04 17:10:49 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-07-04 17:10:49 -0400
commit4943d663ced75520361acdf26e31bef80c4aaa85 (patch)
tree6e53a9aa26cb1a3ab93615ea71f649a31e1b993d /README.md
parentd3e64d6e1f905cd67264845c38b38fc6d1bdb088 (diff)
downloadbfs-4943d663ced75520361acdf26e31bef80c4aaa85.tar.xz
README: Shrink the "try it" examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 14 insertions, 18 deletions
diff --git a/README.md b/README.md
index 6e16e10..aac98fd 100644
--- a/README.md
+++ b/README.md
@@ -125,26 +125,22 @@ Finally, if you want to install it globally, run
Alternatively, `bfs` may already be packaged for your distribution of choice.
For example:
-### Alpine Linux
-
- # apk add bfs
-
-### Debian/Ubuntu
-
- # apt install bfs
-
-### NixOS
-
- # nix-env -i bfs
-
-### Void Linux
+<pre>
+<strong>Alpine Linux</strong>
+# apk add bfs
- # xbps-install -S bfs
+<strong>Debian/Ubuntu</strong>
+# apt install bfs
-### MacPorts
+<strong>NixOS</strong>
+# nix-env -i bfs
- # port install bfs
+<strong>Void Linux</strong>
+# xbps-install -S bfs
-### Homebrew
+<strong>MacPorts</strong>
+# port install bfs
- $ brew install tavianator/tap/bfs
+<strong>Homebrew</strong>
+$ brew install tavianator/tap/bfs
+</pre>