From 60daf2a13367d347ef6604aca304349b4236e73d Mon Sep 17 00:00:00 2001 From: Abraham Murciano Date: Mon, 27 Dec 2021 11:25:20 +0200 Subject: [PATCH] clarified how to choose version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67bcb75..81b30c8 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Run the following command to download, patch, compile coreutils and generate the 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. For example, if you want to install `advcpmv-0.8-8.32.patch` you would modify the second command above like so. +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. ``` -(cd advcpmv && sh install.sh 0.8 8.32) +... && (cd advcpmv && sh install.sh 0.8 8.32) ``` ## Usage