From 3b39c9d7f0c4251955109b70896b6c6d0e7a02e6 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 14 Nov 2017 21:59:27 -0800 Subject: [PATCH] Update README to include options for Windows --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d30fbe..102dd75 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ let config = { runOnce: true, maxRetries: 3, argv: ["run", "-s", "extension/"], + // Use the following options when developing on Windows + // argv: ["/c", "web-ext", "run", "-s", "lib/"], + // webExtPath: "cmd.exe", }) ] };