diff --git a/readme.md b/readme.md index 26cb534..6a38f50 100644 --- a/readme.md +++ b/readme.md @@ -15,23 +15,13 @@ To run SpoofDPI in any directory, add the line below to your `~/.bashrc || ~/.zs ``` export PATH=$PATH:~/.spoof-dpi/bin ``` - +--- ```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s darwin-amd64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-amd64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-arm -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-arm64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mips -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mipsle ``` diff --git a/readme_ko.md b/readme_ko.md index 0e9b74a..771e5f3 100644 --- a/readme_ko.md +++ b/readme_ko.md @@ -15,26 +15,17 @@ SpoofDPI는 `~/.spoof-dpi/bin` 경로에 설치됩니다. ``` export PATH=$PATH:~/.spoof-dpi/bin ``` - +--- ```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s darwin-amd64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-amd64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-arm -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-arm64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mips -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mipsle ``` + ## Go **go install**로 설치하기 `$ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi` diff --git a/readme_ru.md b/readme_ru.md index de8e513..11732db 100644 --- a/readme_ru.md +++ b/readme_ru.md @@ -15,23 +15,13 @@ SpoofDPI будет установлен в директорию `~/.spoof-dpi/b ``` export PATH=$PATH:~/.spoof-dpi/bin ``` - +--- ```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s darwin-amd64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-amd64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-arm -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-arm64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mips -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mipsle ``` diff --git a/readme_zh-cn.md b/readme_zh-cn.md index a4e6406..57825f5 100644 --- a/readme_zh-cn.md +++ b/readme_zh-cn.md @@ -17,23 +17,13 @@ SpoofDPI 会被安装在 `~/.spoof-dpi/bin` ``` export PATH=$PATH:~/.spoof-dpi/bin ``` - +--- ```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s darwin-amd64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-amd64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-arm -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-arm64 -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mips -``` -```bash curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s linux-mipsle ```