Fix the clone and install script.

This commit is contained in:
Bauke 2020-11-20 15:01:33 +01:00
parent 6f88a5f8b8
commit 4aef9cae6e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 1 additions and 3 deletions

View File

@ -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`.

View File

@ -34,5 +34,3 @@ echo "Building the extension"
echo "$ yarn build"
yarn build
echo
echo "Done! Check 'queue/build' for the output."