diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-01-22 11:15:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 11:15:13 -0500 |
commit | 23b55d03ddf69b5ab40dc338c419089e8c64930b (patch) | |
tree | a376892a753b2269b9788ef7020a83524b4a258f /README.md | |
parent | 2d3b03183c9f1cdb685977f349bf4bbc74a2038d (diff) | |
parent | b9af1ca139b541bb7e70e9c4fde312be301a1173 (diff) | |
download | bfs-23b55d03ddf69b5ab40dc338c419089e8c64930b.tar.xz |
Merge pull request #49 from ylluminarious/patch-1
Add instructions for installing via MacPorts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -134,4 +134,5 @@ Alternatively, `bfs` may already be packaged for your distribution of choice: For example: # apt install bfs # Debian/Ubuntu - # brew install tavianator/tap/bfs # macOS Homebrew + $ sudo port install bfs # MacPorts + $ brew install tavianator/tap/bfs # macOS Homebrew |