improve command to run firefox
This commit is contained in:
@@ -39,7 +39,7 @@ To run the extension locally, please follow these steps:
|
||||
|
||||
- run `npm run watch:dev` to generate the `/dist` folder that can be installed into Chrome.
|
||||
|
||||
On Firefox, it can be done via `web-ext` tool from within the `/dist` folder: `cd dist/ && web-ext run`
|
||||
On Firefox, it can be done via `web-ext` tool from within the `/dist` folder: ` ( cd dist/ ; web-ext run )`
|
||||
|
||||
The code is formatted using `prettier`, make sure to run it before creating the commit :).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user