aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2018-08-31 06:32:52 +0100
committerGitHub2018-08-31 06:32:52 +0100
commit299c3684ceec423e3c7b405ef629b441efb1f336 (patch)
tree539d78aa0cb77ace23621b7d78cc0f98cbfbd2f2
parent9ffe60058fc1315b0164f2e9d7aca1f28aa30162 (diff)
parent2cf95b7ddf03b21918a270244d8c2dfef0fc720d (diff)
downloadvimium-299c3684ceec423e3c7b405ef629b441efb1f336.tar.bz2
Merge pull request #3118 from marcotc/patch-2
Instructions for local Vimium Firefox development
-rw-r--r--CONTRIBUTING.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c92b925c..3423cc8e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -28,11 +28,21 @@ install Vimium from source:
1. Install [Coffeescript v1](http://coffeescript.org/#installation) (`npm install --global coffeescript@~1`).
1. Run `cake build` from within your vimium directory. Any coffeescript files you change will now be automatically compiled to Javascript.
+
+### Chrome/Chromium
+
1. Navigate to `chrome://extensions`
1. Toggle into Developer Mode
1. Click on "Load Unpacked Extension..."
1. Select the Vimium directory.
+### Firefox
+
+ 1. Open Firefox
+ 1. Enter "about:debugging" in the URL bar
+ 1. Click "Load Temporary Add-on"
+ 1. Open the Vimium directory and select any file inside.
+
## Development tips
1. Run `cake autobuild` to watch for changes to coffee files, and have the .js files automatically