diff options
author | George Plymale II <georgedp@orbitalimpact.com> | 2019-01-18 18:15:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-18 18:15:42 -0500 |
commit | b9af1ca139b541bb7e70e9c4fde312be301a1173 (patch) | |
tree | a376892a753b2269b9788ef7020a83524b4a258f | |
parent | 2d3b03183c9f1cdb685977f349bf4bbc74a2038d (diff) | |
download | bfs-b9af1ca139b541bb7e70e9c4fde312be301a1173.tar.xz |
add instructions for installing via MacPorts
-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 |