You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5
Original file line number
Diff line number
Diff line change
@@ -207,17 +207,25 @@ Results will vary depending on your hardware platform and operating system versi
207
207
sudo yum list direwolf
208
208
sudo yum install direwolf
209
209
210
+
### Macintosh OS X
210
211
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.
212
213
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.
214
215
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.
216
217
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
218
219
219
-
sudo port install direwolf
220
+
sudo port install direwolf
220
221
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
0 commit comments