Skip to content

Commit f8e5c86

Browse files
committed
Readme: Add homebrew as macOS install option.
1 parent de293a1 commit f8e5c86

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,25 @@ Results will vary depending on your hardware platform and operating system versi
207207
sudo yum list direwolf
208208
sudo yum install direwolf
209209

210+
### Macintosh OS X
210211

211-
### Macintosh OS X ###
212+
Read the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc). It is more complicated than Linux.
212213

213-
Read the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc). It is more complicated than Linux.
214+
If you have problems, post them to the [Dire Wolf packet TNC](https://groups.io/g/direwolf) discussion group.
214215

215-
If you have problems, post them to the [Dire Wolf packet TNC](https://groups.io/g/direwolf) discussion group.
216+
There are also two package definitions maintained by volunteers. Note that these versions can lag behind development, as a new package definition must be released for each version.
216217

217-
You can also install a pre-built version from Mac Ports. Keeping this up to date depends on volunteers who perform the packaging. This version could lag behind development.
218+
#### MacPorts
218219

219-
sudo port install direwolf
220+
sudo port install direwolf
220221

222+
#### Homebrew
223+
224+
brew install direwolf
225+
226+
You can also pull from the latest master branch. If the build configuration has changed, this may not work until the [formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/direwolf.rb) is updated
227+
228+
brew install --HEAD direwolf
221229

222230
## Join the conversation ##
223231

0 commit comments

Comments
 (0)