Remove server instructions from README.
This commit is contained in:
parent
c95ec13ffe
commit
953f9f7734
1 changed files with 0 additions and 11 deletions
11
README.md
11
README.md
|
@ -133,17 +133,6 @@ cargo test --all
|
||||||
cargo test -p mentat_query_parser -- --nocapture
|
cargo test -p mentat_query_parser -- --nocapture
|
||||||
````
|
````
|
||||||
|
|
||||||
To start the server use:
|
|
||||||
|
|
||||||
````
|
|
||||||
cargo run serve
|
|
||||||
````
|
|
||||||
|
|
||||||
To pass in custom arguments to the cli through Cargo, you'll need to pass `--` after the command to ensure they get passed properly. For example:
|
|
||||||
````
|
|
||||||
cargo run serve -- --help
|
|
||||||
````
|
|
||||||
|
|
||||||
For most `cargo` commands you can pass the `-p` argument to run the command just on that package. So, `cargo build -p mentat_query_parser` will build just the "query-parser" folder.
|
For most `cargo` commands you can pass the `-p` argument to run the command just on that package. So, `cargo build -p mentat_query_parser` will build just the "query-parser" folder.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue