From a35ceeb504e00d7f99cf6ee4beac9497164a1267 Mon Sep 17 00:00:00 2001 From: Felix Wu Date: Mon, 27 Aug 2018 18:46:02 +0200 Subject: [PATCH] Fix startup command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20addb0..55b2e23 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Then the ideal setup for development is: * have Webpack watch the JS code so that it rebuilds automatically: `webpack --watch` * run the CLI client without giving it the responsibility to launch Firefox: - `go run ./interfacer/src/main.go -use-existing-ff -debug` + `go run ./interfacer/src/main.go --firefox.use-existing --debug` * have Mozilla's handy `web-ext` tool run Firefox and reinstall the webextension everytime webpack rebuilds it: (in `webext/dist`) `web-ext run --verbose`