mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 06:15:51 +00:00
docs: update quick_start.md
This commit is contained in:
parent
63b7d44c04
commit
cc56dc4c3b
@ -1,7 +1,7 @@
|
|||||||
# Quick Start
|
# Quick Start
|
||||||
|
|
||||||
## 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
|
||||||
export PATH=$PATH:~/.spoofdpi/bin
|
export PATH=$PATH:~/.spoofdpi/bin
|
||||||
@ -41,7 +41,7 @@ You can also install SpoofDPI with `go install`.
|
|||||||
go install github.com/xvzc/SpoofDPI/cmd/spoofdpi@latest
|
go install github.com/xvzc/SpoofDPI/cmd/spoofdpi@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
# How to build your own binary
|
## How to build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/xvzc/SpoofDPI.git
|
git clone https://github.com/xvzc/SpoofDPI.git
|
||||||
|
Loading…
Reference in New Issue
Block a user