From: Ian Jackson Date: Sun, 21 Jun 2020 18:31:09 +0000 (+0100) Subject: README.md: Fix leftover ref to -ARPI, should be -T X-Git-Tag: nailing-cargo/1.0.0~110 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6a162378680a895e044e6424a8552bb1e69aec0d;p=nailing-cargo.git README.md: Fix leftover ref to -ARPI, should be -T Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 379c4ef..4132008 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ A simple shell alias would help a lot, except that cargo rejects `--target=` when it thinks it's not needed. In your nailing-cargo config, you can write something like -`arch.RPI='arm-unknown-linux-gnueabihf'`. Then `nailing-cargo -ARPI` +`arch.RPI='arm-unknown-linux-gnueabihf'`. Then `nailing-cargo -TRPI` will DTRT. In fact, you do not even need to specify that particular arch alias, since it is built-in to nailing-cargo.