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:
nxjosephofficial 2024-08-29 17:40:48 +03:00 committed by GitHub
parent bab05483f7
commit 8a252f4df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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