diff options
-rw-r--r-- | README.md | 32 |
1 files changed, 14 insertions, 18 deletions
@@ -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> |