Skip to content

Commit fabc8d0

Browse files
committed
docs: separate build and run commands to notify users binary file location
1 parent 13f1d96 commit fabc8d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ You can clone, build and run `piping-server` as follows.
6464
# Clone
6565
git clone https://github.com/nwtgck/piping-server-rust.git
6666
cd piping-server-rust
67-
# Build and run on 8181 port
68-
cargo run --release -- --http-port=8181
67+
# Build
68+
cargo build --release
69+
# Run on 8181 port
70+
./target/release/piping-server --http-port=8181
6971
```
7072

7173
### Server-side help

0 commit comments

Comments
 (0)