From 4aef9cae6ea2cc72f86a464af632a0504e95e6cc Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 20 Nov 2020 15:01:33 +0100 Subject: [PATCH] Fix the clone and install script. --- README.md | 2 +- docs/scripts/clone-and-install.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ccb1b30..aa6c9ff 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To get started, [a script](https://github.com/Holllo/queue/blob/main/docs/scripts/clone-and-install.sh) to clone the repository and install the dependencies is available. You can download and execute the script in one go with the following command. ```sh -sh -c "$(curl -fsSL https://github.com/Holllo/queue/blob/main/docs/scripts/clone-and-install.sh)" +bash -c "$(curl -fsSL https://raw.githubusercontent.com/Holllo/queue/main/docs/scripts/clone-and-install.sh)" ``` To test the extension, run `yarn start:firefox`. diff --git a/docs/scripts/clone-and-install.sh b/docs/scripts/clone-and-install.sh index 4857fda..32a8b4a 100755 --- a/docs/scripts/clone-and-install.sh +++ b/docs/scripts/clone-and-install.sh @@ -34,5 +34,3 @@ echo "Building the extension" echo "$ yarn build" yarn build echo - -echo "Done! Check 'queue/build' for the output."