From 0880721d84714be561d66a4767217f090a4f96ae Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 25 Jul 2016 13:36:30 -0700 Subject: Add firefox instructions to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 34fac137c..d97059742 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,16 @@ Click `Select`. You now have the plugin, and can click 'inspect views: background plugin' to view its dev console. +#### In Firefox (Developer Edition Only) + +Go to the url `about:debugging`. + +Click the button `Load Temporary Add-On`. + +Select the file `dist/manifest.json`. + +You can optionally enable debugging, and click `Debug`, for a console window that logs all of Metamask's processes to a single console. + ### Developing on UI Only You can run `npm run ui`, and your browser should open a live-reloading demo version of the plugin UI. -- cgit v1.2.3 From dcd1665e90a17e164d5386de078edff35ec206a8 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 25 Jul 2016 14:03:53 -0700 Subject: Add note about mozilla irc --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d97059742..8a852fdac 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ Select the file `dist/manifest.json`. You can optionally enable debugging, and click `Debug`, for a console window that logs all of Metamask's processes to a single console. +If you have problems debugging, try connecting to the IRC channel `#webextensions` on `irc.mozilla.org`. + ### Developing on UI Only You can run `npm run ui`, and your browser should open a live-reloading demo version of the plugin UI. -- cgit v1.2.3 From 6fa1d6efff0bcb5a41a2c3d5e35374e4259dd70b Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 25 Jul 2016 14:50:19 -0700 Subject: Add note about firefox stackoverflow to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8a852fdac..59d52b6f1 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ You can optionally enable debugging, and click `Debug`, for a console window tha If you have problems debugging, try connecting to the IRC channel `#webextensions` on `irc.mozilla.org`. +For longer questions, use the StackOverfow tag `firefox-addons`. + ### Developing on UI Only You can run `npm run ui`, and your browser should open a live-reloading demo version of the plugin UI. -- cgit v1.2.3