From 74254ddf1c77cb19aad67c8a7c898a1974033dc7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 28 Mar 2022 22:07:38 +0200 Subject: [PATCH] Fix mistake in build script Signed-off-by: Andrea Gelmini --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b30c8..fe00a59 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ advcpmv-0.5-8.21.patch was the last patch released by the author (on February 14 Run the following command to download, patch, compile coreutils and generate the files: `./advcpmv/advcp` and `./advcpmv/advmv`. ``` -curl https://raw.githubusercontent.com/jarun/advcpmv/master/install.sh --create-dirs -o ./advcpmv/install.sh" && (cd advcpmv && sh install.sh) +curl https://raw.githubusercontent.com/jarun/advcpmv/master/install.sh --create-dirs -o ./advcpmv/install.sh && (cd advcpmv && sh install.sh) ``` To install an older version than the latest one, you can specify the version by passing it as an argument to the install script (at the end of the command, before the closing parenthesis). For example, if you want to install `advcpmv-0.8-8.32.patch` you would modify the command above like so.