From ced60a87713162aab8bdce9b633cf33c040bfd74 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 19 Jun 2020 11:54:32 +0100 Subject: [PATCH] README.md: Remove ` ` around nailing-cargo and cargo Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd1581f..e284d23 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ nailing-cargo ============= -This is a wrapper tool for `cargo`, the Rust build tool and package +This is a wrapper tool for cargo, the Rust build tool and package manager. Functions: * Conveniently use local crates, including completely @@ -16,7 +16,7 @@ manager. Functions: These functions are of course configurable. -The primary source of information for `nailing-cargo` is the file +The primary source of information for nailing-cargo is the file `../Cargo.nail` (which is in TOML syntax). You put `Cargo.nail` alongside the top-level git repositories you are working with, and invoke nailing-cargo from the git directory containing the Rust @@ -278,7 +278,7 @@ To control use of alternative Cargo.lock filename, use the section Running the command =================== -Normally you pass `cargo` as an argument to `nailing-cargo`. But you +Normally you pass cargo as an argument to nailing-cargo. But you can also pass `make` or any other command. You may need to pass `--no-cargo-manifest-args` (aka `-M`) to nailing-cargo, to avoid passing options like `--manifest-path` to `make` or whatever. -- 2.30.2