Skip to content

Commit

Permalink
docs: add missing yarn command
Browse files Browse the repository at this point in the history
  • Loading branch information
borsini committed May 5, 2024
1 parent 2d14ae2 commit b42a3d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Feel free to fill a ticket [here](https://github.com/Benlenem/chrome-otto-tabs/i
* Install [yarn](https://classic.yarnpkg.com/en/docs/install/)
* Download or clone the project
* Using a terminal go to the project root folder
* Type `yarn archive`. This will execute the unit tests and create a `build` folder. This folder contains all the extension files.
* Run `yarn install`. This will fetch the project dependencies.
* Run `yarn archive`. This will execute the unit tests and create a `build` folder. This folder contains all the extension files.
* Go to either [chrome://extensions](chrome://extensions), [opera://extensions](opera://extensions) or [brave://extensions](brave://extensions) according to your browser
* Install the extension as unpacked by selecting the `build` folder
dz

0 comments on commit b42a3d1

Please sign in to comment.