From 8710de5ea4d564e7f5213f972fa716c017fb66d8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 19 Jun 2020 11:55:02 +0100 Subject: [PATCH] README.md: Remove ` ` around make I think now ` ` are not used around program names. Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e284d23..0fdf849 100644 --- a/README.md +++ b/README.md @@ -279,9 +279,9 @@ Running the command =================== 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 +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. +passing options like `--manifest-path` to make or whatever. nailing-cargo passes these environment variables to the build command: -- 2.30.2