We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f1d96 commit fabc8d0Copy full SHA for fabc8d0
README.md
@@ -64,8 +64,10 @@ You can clone, build and run `piping-server` as follows.
64
# Clone
65
git clone https://github.com/nwtgck/piping-server-rust.git
66
cd piping-server-rust
67
-# Build and run on 8181 port
68
-cargo run --release -- --http-port=8181
+# Build
+cargo build --release
69
+# Run on 8181 port
70
+./target/release/piping-server --http-port=8181
71
```
72
73
### Server-side help
0 commit comments