From 04d4d146a5d20314483546a328f35e4ef9b881b5 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Tue, 17 Dec 2019 15:10:37 +0100 Subject: [PATCH] new: [README.org] be clearer about in which location you can copy-paste the instructions Signed-off-by: Valentin Lab --- README.org | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 31d5c97..f8bd35f 100644 --- a/README.org +++ b/README.org @@ -52,7 +52,9 @@ We are using =compose=, and installation process will download **** Deployment We have a magic script for you that will install or update your -current installation of =compose= and of the =charms=. +current installation of =compose= and of the =charms=. You can run this +from any terminal, and don't care about the directory from where you +launch this. #+BEGIN_SRC shell curl -sS https://git.myceliandre.fr/Lokavaluto/dev-pack/raw/branch/dev/src/install.sh | bash @@ -103,7 +105,8 @@ https://docs.docker.com/toolbox/toolbox_install_mac/ We have a magic script for you that will install or update your current installation of =compose= and of the =charms=. -You need to run this code in the bash of your Virtualbox +You need to run this code in the bash of your Virtualbox, and don't +care about the directory from where you launch this. #+BEGIN_SRC shell curl -sS https://git.myceliandre.fr/Lokavaluto/dev-pack/raw/branch/dev/src/install.sh | bash @@ -133,7 +136,8 @@ Windows". In that latter case you won't be able to use our tool You'll need to get our charms if you want to use our same postgres image. -This script will take care of what you need if run from a bash in WSL: +This script will take care of what you need if run from a bash in WSL, +and don't care about the directory from where you launch this. #+BEGIN_SRC shell curl -sS https://git.myceliandre.fr/Lokavaluto/dev-pack/raw/branch/dev/src/install.sh | bash @@ -142,7 +146,8 @@ curl -sS https://git.myceliandre.fr/Lokavaluto/dev-pack/raw/branch/dev/src/insta **** Windows - docker in WSL2 -Just run this script in a bash session under WSL2: +Just run this script in a bash session under WSL2, +and don't care about the directory from where you launch this. #+BEGIN_SRC shell curl -sS https://git.myceliandre.fr/Lokavaluto/dev-pack/raw/branch/dev/src/install.sh | bash