From 40c105f639662f34f660c2f875fd728e0f5a0c15 Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 11 Sep 2017 22:53:33 -0700 Subject: Rename add-to-firef.md to add-to-firefox.md This fixes the "How to add custom build to Firefox" link in the "README.md" on the root --- docs/add-to-firef.md | 14 -------------- docs/add-to-firefox.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 docs/add-to-firef.md create mode 100644 docs/add-to-firefox.md (limited to 'docs') diff --git a/docs/add-to-firef.md b/docs/add-to-firef.md deleted file mode 100644 index 593d06170..000000000 --- a/docs/add-to-firef.md +++ /dev/null @@ -1,14 +0,0 @@ -# Add Custom Build to Firefox - -Go to the url `about:debugging`. - -Click the button `Load Temporary Add-On`. - -Select the file `dist/firefox/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`. - -For longer questions, use the StackOverfow tag `firefox-addons`. - diff --git a/docs/add-to-firefox.md b/docs/add-to-firefox.md new file mode 100644 index 000000000..593d06170 --- /dev/null +++ b/docs/add-to-firefox.md @@ -0,0 +1,14 @@ +# Add Custom Build to Firefox + +Go to the url `about:debugging`. + +Click the button `Load Temporary Add-On`. + +Select the file `dist/firefox/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`. + +For longer questions, use the StackOverfow tag `firefox-addons`. + -- cgit v1.2.3