Skip to content

Commit

Permalink
docs: add installation instructions for FreeBSD (#219)
Browse files Browse the repository at this point in the history
* Add installation instructions for FreeBSD

* remove extra info because the port already has a message
after installation that let users know these informations.
  • Loading branch information
nxjosephofficial authored Aug 29, 2024
1 parent bab0548 commit 8a252f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _docs/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bas
curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mipsle
```

## FreeBSD 😈
```
# Build from ports tree
make -C /usr/ports/net/spoofdpi install clean
# Install the package
pkg install spoofdpi
```

## Homebrew 🍻
```bash
brew install spoofdpi
Expand Down

0 comments on commit 8a252f4

Please sign in to comment.