From 7ad7d793d0616aeedf5dd18d786ae3dd1038e1e4 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 29 Dec 2019 20:52:40 -0500 Subject: [PATCH] Added info about web-ext run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a926614..33b95d13 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ There are also other build scripts available. Install `npm`, then run `npm insta ## Developing with a clean profile -Run `npm run dev` to run the extension using a clean Firefox profile with hot reloading. +Run `npm run dev` to run the extension using a clean browser profile with hot reloading [(by default Firefox)](https://hacks.mozilla.org/2019/10/developing-cross-browser-extensions-with-web-ext-3-2-0/). This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands). ## Packing