Skip to content

Commit 4a839b9

Browse files
authored
Merge pull request #75 from chrisfinazzo/homebrew
Instructions for Homebrew
2 parents 2003eb9 + 2161ee1 commit 4a839b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@ works with IP addresses, dumbpipe works with 256 bit node ids and therefore is s
1212

1313
# Installation
1414

15+
With [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html):
16+
1517
```
1618
cargo install dumbpipe
1719
```
1820

21+
If you've installed [Homebrew](https://brew.sh), you can install it using the following command:
22+
23+
```
24+
brew install dumbpipe
25+
```
26+
1927
# Examples
2028

2129
## Use dumbpipe to stream video using [ffmpeg / ffplay](https://ffmpeg.org/):

0 commit comments

Comments
 (0)