mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-05-01 01:10:35 -05:00
Add Homebrew installation instructions to README
Added Homebrew installation instructions for macOS and Linux.
This commit is contained in:
@@ -59,6 +59,12 @@ See [EBPF_BUILD.md](EBPF_BUILD.md) for more details and [ARCHITECTURE.md](ARCHIT
|
||||
|
||||
### Installation
|
||||
|
||||
**macOS / Linux Homebrew Installation:**
|
||||
```bash
|
||||
brew tap domcyrus/rustnet
|
||||
brew install rustnet
|
||||
```
|
||||
|
||||
**Ubuntu PPA (Recommended for Ubuntu 25.10+ users):**
|
||||
```bash
|
||||
sudo add-apt-repository ppa:domcyrus/rustnet
|
||||
|
||||
Reference in New Issue
Block a user