From fb6f9842692f4874ee52aec047f2e1dd5a3eda9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Wed, 17 Mar 2021 18:22:02 +0100 Subject: [PATCH] udpate readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62ca17c..c4cf2fc 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Copy the script into your `lib/tasks` of your Decidim installation: ``` cd lib/tasks -wget -qO- https://github.com/Platoniq/decidim-scripts/archive/0.5.tar.gz | tar --transform 's/^decidim-scripts-0.5//' -xvz +wget -qO- https://github.com/Platoniq/decidim-scripts/archive/0.7.tar.gz | tar --transform 's/^decidim-scripts-0.7//' -xvz ``` Run in local (as testing): @@ -130,7 +130,7 @@ wget https://transfer.sh/x3hUa/proposal-geolocs.csv 4. Download the scripts into the `lib/tasks` folder: ``` -wget -qO- https://github.com/Platoniq/decidim-scripts/archive/0.5.tar.gz | tar --transform 's/^decidim-scripts-0.5//' -xvz -C lib/tasks +wget -qO- https://github.com/Platoniq/decidim-scripts/archive/0.7.tar.gz | tar --transform 's/^decidim-scripts-0.7//' -xvz -C lib/tasks ``` 5. Run the script inside the shell session (2nd terminal):