We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12ab37b + 2275967 commit 9ffe600Copy full SHA for 9ffe600
CONTRIBUTING.md
@@ -26,7 +26,7 @@ Please include the following when reporting an issue:
26
Vimium is written in Coffeescript, which compiles to Javascript. To
27
install Vimium from source:
28
29
- 1. Install [Coffeescript](http://coffeescript.org/#installation).
+ 1. Install [Coffeescript v1](http://coffeescript.org/#installation) (`npm install --global coffeescript@~1`).
30
1. Run `cake build` from within your vimium directory. Any coffeescript files you change will now be automatically compiled to Javascript.
31
1. Navigate to `chrome://extensions`
32
1. Toggle into Developer Mode
0 commit comments