From: Ian Jackson Date: Fri, 19 Jun 2020 11:02:03 +0000 (+0100) Subject: README.md: Clarify wording re `packages` X-Git-Tag: nailing-cargo/1.0.0~157 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=543661c2b026665b77d4466665213ab7cfa0bc75;p=nailing-cargo.git README.md: Clarify wording re `packages` Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 4b93e97..d43afec 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ strings or dictionaries (e.g. in `Cargo.nail`, write something like: `[packages.mylibrary]` `subdir='mylibrary-test'` or `[packages]` `mylibrary='mylibrary-test'`). These override the locations for the specified packages (so you can, for example, have multiple trees with -the same package in). The `subdir` values are also added to the list -of directories where `Cargo.toml` should be massaged. +the same package in). These subdirectories are also added to the list +of places where `Cargo.toml` should be massaged. Out-of-tree builds ==================