diff options
| author | Marco Costa | 2018-08-31 01:11:22 -0400 |
|---|---|---|
| committer | GitHub | 2018-08-31 01:11:22 -0400 |
| commit | 2cf95b7ddf03b21918a270244d8c2dfef0fc720d (patch) | |
| tree | 44d7bb73a5043d06119596d42602800113b6df44 | |
| parent | 12ab37b8bc78996443d142d8ef28ee47f725716c (diff) | |
| download | vimium-2cf95b7ddf03b21918a270244d8c2dfef0fc720d.tar.bz2 | |
Instructions for local Vimium Firefox development
| -rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4ed8b8b..c6036fed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,11 +28,21 @@ install Vimium from source: 1. Install [Coffeescript](http://coffeescript.org/#installation). 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 |
