Skip to content

Commit

Permalink
docs: v1.12.9-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed May 3, 2023
1 parent 4b0bc1f commit a0f8749
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Run the command below, and a server runs on <http://localhost:8888>.

```bash
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
./piping-server-pkg-linuxstatic-x64/piping-server --http-port=8888
```

Expand All @@ -17,7 +17,7 @@ curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/pi
Run the command below, and a server runs on <http://localhost:8888>.

```bash
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/piping-server-pkg-linuxstatic-arm64.tar.gz | tar xzvf -
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-linuxstatic-arm64.tar.gz | tar xzvf -
./piping-server-pkg-linuxstatic-arm64/piping-server --http-port=8888
```

Expand All @@ -26,7 +26,7 @@ curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/pi
Run the command below, and a server runs on <http://localhost:8888>.

```bash
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/piping-server-pkg-linuxstatic-armv7.tar.gz | tar xzvf -
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-linuxstatic-armv7.tar.gz | tar xzvf -
./piping-server-pkg-linuxstatic-armv7/piping-server --http-port=8888
```

Expand All @@ -36,7 +36,7 @@ curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/pi
Run the command below, and a server runs on <http://localhost:8888>.

```bash
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/piping-server-pkg-mac-x64.tar.gz | tar xzvf -
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/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
```
Expand All @@ -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 <http://localhost:8888>.

```bash
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/piping-server-pkg-mac-arm64.tar.gz | tar xzvf -
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-mac-arm64.tar.gz | tar xzvf -
./piping-server-pkg-mac-arm64/piping-server --http-port=8888
```

Expand All @@ -63,7 +63,7 @@ You can brew-install on both macOS and Linux. Repository: <https://github.com/nw

## Run on Windows

Download zip from <https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/piping-server-pkg-win-x64.zip>, extract it and run the command below, and a server runs on <http://localhost:8888>.
Download zip from <https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-win-x64.zip>, extract it and run the command below, and a server runs on <http://localhost:8888>.

```ps1
.\piping-server.exe --http-port=8888
Expand All @@ -74,7 +74,7 @@ Download zip from <https://github.com/nwtgck/piping-server-pkg/releases/download
Run the command below, and a server runs on <http://localhost:8888>.

```bash
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.8/piping-server-pkg-alpine-x64.tar.gz | tar xzvf -
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-alpine-x64.tar.gz | tar xzvf -
./piping-server-pkg-alpine-x64/piping-server --http-port=8888
```

Expand Down

0 comments on commit a0f8749

Please sign in to comment.