diff --git a/README.md b/README.md index 7aa7c9b..8577d53 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Run the command below, and a server runs on . ```bash -curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.4/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf - +curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.6/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf - ./piping-server-pkg-linuxstatic-x64/piping-server --http-port=8888 ``` @@ -17,7 +17,7 @@ curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.4/pi Run the command below, and a server runs on . ```bash -curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.4/piping-server-pkg-linuxstatic-arm64.tar.gz | tar xzvf - +curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.6/piping-server-pkg-linuxstatic-arm64.tar.gz | tar xzvf - ./piping-server-pkg-linuxstatic-arm64/piping-server --http-port=8888 ``` @@ -26,7 +26,7 @@ curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.4/pi Run the command below, and a server runs on . ```bash -curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.4/piping-server-pkg-linuxstatic-armv7.tar.gz | tar xzvf - +curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.6/piping-server-pkg-linuxstatic-armv7.tar.gz | tar xzvf - ./piping-server-pkg-linuxstatic-armv7/piping-server --http-port=8888 ``` @@ -36,7 +36,7 @@ curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.4/pi Run the command below, and a server runs on . ```bash -curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.4/piping-server-pkg-mac-x64.tar.gz | tar xzvf - +curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.6/piping-server-pkg-mac-x64.tar.gz | tar xzvf - xattr -d com.apple.quarantine ./piping-server-pkg-mac-x64/piping-server ./piping-server-pkg-mac-x64/piping-server --http-port=8888 ``` @@ -46,7 +46,7 @@ xattr -d com.apple.quarantine ./piping-server-pkg-mac-x64/piping-server Run the command below, and a server runs on . ```bash -curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.4/piping-server-pkg-mac-arm64.tar.gz | tar xzvf - +curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.6/piping-server-pkg-mac-arm64.tar.gz | tar xzvf - ./piping-server-pkg-mac-arm64/piping-server --http-port=8888 ``` @@ -63,7 +63,7 @@ You can brew-install on both macOS and Linux. Repository: , extract it and run the command below, and a server runs on . +Download zip from , extract it and run the command below, and a server runs on . ```ps1 .\piping-server.exe --http-port=8888 @@ -74,7 +74,7 @@ Download zip from . ```bash -curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.4/piping-server-pkg-alpine-x64.tar.gz | tar xzvf - +curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.6/piping-server-pkg-alpine-x64.tar.gz | tar xzvf - ./piping-server-pkg-alpine-x64/piping-server --http-port=8888 ```