From 953f9f773496f5c63d76a2cba60e43b8d68dd7f5 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Mon, 15 May 2017 13:05:24 +0000 Subject: [PATCH] Remove server instructions from README. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 070f487f..ba9479d0 100644 --- a/README.md +++ b/README.md @@ -133,17 +133,6 @@ cargo test --all 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. ## License