improve command to run firefox

This commit is contained in:
Son NK
2020-08-21 23:11:18 +02:00
parent e9f4a1eb62
commit 629e487719
+1 -1
View File
@@ -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 :).