mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 06:15:51 +00:00
docs: update installation guide
This commit is contained in:
parent
9b7fe2d7c3
commit
00ee46bb18
@ -7,7 +7,7 @@
|
||||
* [pkg](#pkg)
|
||||
<!--te-->
|
||||
|
||||
# Binary
|
||||
## Binary
|
||||
SpoofDPI will be installed in `~/.spoofdpi/bin`.
|
||||
To run SpoofDPI in any directory, add the line below to your `~/.bashrc || ~/.zshrc || ...`
|
||||
```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
|
||||
```
|
||||
|
||||
# Go
|
||||
## Go
|
||||
```bash
|
||||
go install github.com/xvzc/SpoofDPI/cmd/spoofdpi@latest
|
||||
```
|
||||
|
||||
# Package Manager
|
||||
## Package Manager
|
||||
|
||||
## brew
|
||||
### brew
|
||||
```bash
|
||||
brew install spoofdpi
|
||||
```
|
||||
|
||||
## pkg
|
||||
### pkg
|
||||
```bash
|
||||
pkg install spoofdpi
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user