From 72b2b581179cfe85ab57f0ecfdbbf0109b4a3e36 Mon Sep 17 00:00:00 2001 From: Abraham Murciano Date: Mon, 27 Dec 2021 11:12:02 +0200 Subject: [PATCH] simplified language --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a1e52e..02a6b50 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ advcpmv-0.5-8.21.patch was the last patch released by the author (on February 14 ## Build instructions -Run the following command which will download, patch, then compile coreutils, producing two files: `./advcpmv/advcp` and `./advcpmv/advmv`. +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) ``` -To install an older version than the latest one, you can specify which version you want 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. For example, if you want to install `advcpmv-0.8-8.32.patch` you would modify the second command above like so. ``` (cd advcpmv && sh install.sh 0.8 8.32)