From 4e9c8bc2b49726173ee3cd6781ffba3ec7811730 Mon Sep 17 00:00:00 2001 From: Abraham Murciano Date: Tue, 21 Dec 2021 14:30:54 +0000 Subject: [PATCH] documented installing other versions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3694f54..2fbdef8 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ curl https://raw.githubusercontent.com/jarun/advcpmv/master/install.sh --create- (cd advcpmv && bash 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. + +``` +(cd advcpmv && bash install.sh 0.8 8.32) +``` + ## Usage ### Change your behaviour