docs: update installation guide

This commit is contained in:
xvzc 2024-08-30 17:05:44 +09:00
parent 9b7fe2d7c3
commit 00ee46bb18

View File

@ -7,7 +7,7 @@
* [pkg](#pkg) * [pkg](#pkg)
<!--te--> <!--te-->
# Binary ## Binary
SpoofDPI will be installed in `~/.spoofdpi/bin`. SpoofDPI will be installed in `~/.spoofdpi/bin`.
To run SpoofDPI in any directory, add the line below to your `~/.bashrc || ~/.zshrc || ...` To run SpoofDPI in any directory, add the line below to your `~/.bashrc || ~/.zshrc || ...`
```bash ```bash
@ -36,19 +36,19 @@ 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 curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mipsle
``` ```
# Go ## Go
```bash ```bash
go install github.com/xvzc/SpoofDPI/cmd/spoofdpi@latest go install github.com/xvzc/SpoofDPI/cmd/spoofdpi@latest
``` ```
# Package Manager ## Package Manager
## brew ### brew
```bash ```bash
brew install spoofdpi brew install spoofdpi
``` ```
## pkg ### pkg
```bash ```bash
pkg install spoofdpi pkg install spoofdpi
``` ```