Skip to content

Commit 5a6abdd

Browse files
authored
Merge pull request libbitcoin#408 from sugarjig/sugarjig-homebrew
Add Homebrew installation step
2 parents 9440a7e + 35ed2da commit 5a6abdd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,17 @@ $ ./install.sh
135135
```
136136
Libbitcoin Server is now installed in `/usr/local/bin` and can be invoked as `$ bs`.
137137

138+
##### Installing from Formula
139+
140+
Instead of building, libbitcoin-server can be installed from a formula:
141+
```sh
142+
$ brew install libbitcoin-server
143+
```
144+
or
145+
```sh
146+
$ brew install bs
147+
```
148+
138149
#### Using MacPorts
139150

140151
First install [MacPorts](https://www.macports.org/install.php).

0 commit comments

Comments
 (0)