Skip to content

Commit

Permalink
[docs] Update "Download & Run" section
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck authored Aug 28, 2019
1 parent cdebaf3 commit c8e3d4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
## Download & Run

```
wget https://github.com/nwtgck/piping-server-pkg/releases/download/v0.8.9/piping-server-macos
chmod +x piping-server-macos
./piping-server-macos --http-port=8888
wget https://github.com/nwtgck/piping-server-pkg/releases/download/v0.14.0/piping-server-linux
chmod +x piping-server-linux
./piping-server-linux --http-port=8888
```

Then, a server is running on <http://localhost:8888>.
Other portable executables are found in [GitHub Releases](https://github.com/nwtgck/piping-server-pkg/releases).
Then, a server is running on <http://localhost:8888> in Linux.
Other portable executables including Linux/macOS/Windows are found in [GitHub Releases](https://github.com/nwtgck/piping-server-pkg/releases).

## Automation

Expand Down

0 comments on commit c8e3d4e

Please sign in to comment.