Rename doc server to stdio server
This commit is contained in:
parent
12b077b7be
commit
03cb33ba7b
7 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Build Commands
|
||||
- Build project: `cargo build`
|
||||
- Run STDIN/STDOUT server: `cargo run --bin doc-server`
|
||||
- Run STDIN/STDOUT server: `cargo run --bin stdio-server`
|
||||
- Run HTTP/SSE server: `cargo run --bin axum-docs`
|
||||
- Run tests: `cargo test`
|
||||
- Run specific test: `cargo test test_name`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue