From: Ian Jackson Date: Fri, 19 Jun 2020 10:54:32 +0000 (+0100) Subject: README.md: Remove ` ` around nailing-cargo and cargo X-Git-Tag: nailing-cargo/1.0.0~162 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ced60a87713162aab8bdce9b633cf33c040bfd74;p=nailing-cargo.git README.md: Remove ` ` around nailing-cargo and cargo Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- 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.