diff --git a/_docs/QUICK_START.md b/_docs/QUICK_START.md index 87351f1..e5262da 100644 --- a/_docs/QUICK_START.md +++ b/_docs/QUICK_START.md @@ -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