aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-26 04:36:30 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-26 04:36:30 +0800
commit0880721d84714be561d66a4767217f090a4f96ae (patch)
tree2c0963061c4af37ea9a60921c370cb1b6a7de6f1 /README.md
parentf3ea891e727810ba29c6d893f27073e9e11efed2 (diff)
downloadtangerine-wallet-browser-0880721d84714be561d66a4767217f090a4f96ae.tar
tangerine-wallet-browser-0880721d84714be561d66a4767217f090a4f96ae.tar.gz
tangerine-wallet-browser-0880721d84714be561d66a4767217f090a4f96ae.tar.bz2
tangerine-wallet-browser-0880721d84714be561d66a4767217f090a4f96ae.tar.lz
tangerine-wallet-browser-0880721d84714be561d66a4767217f090a4f96ae.tar.xz
tangerine-wallet-browser-0880721d84714be561d66a4767217f090a4f96ae.tar.zst
tangerine-wallet-browser-0880721d84714be561d66a4767217f090a4f96ae.zip
Add firefox instructions to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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.