mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
docs: update installation guide
This commit is contained in:
parent
9b7fe2d7c3
commit
00ee46bb18
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user