Fix the clone and install script.
This commit is contained in:
parent
6f88a5f8b8
commit
4aef9cae6e
|
@ -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`.
|
||||
|
|
|
@ -34,5 +34,3 @@ echo "Building the extension"
|
|||
echo "$ yarn build"
|
||||
yarn build
|
||||
echo
|
||||
|
||||
echo "Done! Check 'queue/build' for the output."
|
||||
|
|
Loading…
Reference in New Issue