From ed8cdfa2c1352fdc506c745dcbd5d95f8ebee4bc Mon Sep 17 00:00:00 2001 From: Moini Date: Wed, 22 Nov 2017 18:24:20 +0100 Subject: [PATCH] Move Ubuntu install script, change message to user, update README accordingly. --- README.md | 2 +- install.sh => bin/install_ubuntu.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename install.sh => bin/install_ubuntu.sh (90%) diff --git a/README.md b/README.md index 3fd4a6aa2..4543aef9d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Okay, not really. I'm pretty terrible at GUIs, but I found this nifty inkscape ## Quick Setup On Ubuntu (and derivative Linux distributions) -Download the [extension's archive file](https://github.com/lexelby/inkscape-embroidery/archive/master.zip) and unpack the zip archive. Then, on a terminal, run the installation (and update) script by entering the command `sh install.sh`. The script will ask for your password to be able to install new software, remove any Inkscape snap packages that may be installed, and to update Inkscape to the current version. Restart Inkscape after the script has executed to see the changes take effect. You can also run the script again when you later want to update the extension (and Inkscape). +Download the [extension's archive file](https://github.com/lexelby/inkscape-embroidery/archive/master.zip) and unpack the zip archive. Then, on a terminal, run the installation (and update) script from the archive's `bin` directory by first changing into that directory with `cd /inkscape-embroidery-master/bin` and then entering the command `sh install.sh`. The script will ask for your password to be able to install new software, remove any Inkscape snap packages that may be installed, and to update Inkscape to the current version. Restart Inkscape after the script has executed to see the changes take effect. You can also run the script again when you later want to update the extension (and Inkscape). Currently, the optional conversion program still needs to be installed manually, if desired. diff --git a/install.sh b/bin/install_ubuntu.sh similarity index 90% rename from install.sh rename to bin/install_ubuntu.sh index b5240cada..e7fce2033 100644 --- a/install.sh +++ b/bin/install_ubuntu.sh @@ -51,6 +51,6 @@ mkdir -p $HOME/.config/inkscape/extensions # copy all *.py and *.inx files there cp *.py *.inx $HOME/.config/inkscape/extensions -echo "Lexelby's embroidery extension and its dependencies have been installed, -and your Inkscape version is now up to date. +echo "The Inkscape embroidery extension (https://github.com/lexelby/inkscape-embroidery) +and its dependencies have been installed, and your Inkscape version is now up to date. Any previously installed Inkscape snap packages have been removed."