mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 06:15:51 +00:00
docs: add installation instructions for FreeBSD (#219)
* Add installation instructions for FreeBSD * remove extra info because the port already has a message after installation that let users know these informations.
This commit is contained in:
parent
bab05483f7
commit
8a252f4df9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user