From 629e487719b4515ed0dbabd2fb542dafa454eacf Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Fri, 21 Aug 2020 23:11:18 +0200 Subject: [PATCH] improve command to run firefox --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68dae0b..b626014 100644 --- a/README.md +++ b/README.md @@ -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 :).