aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2018-08-31 06:12:23 +0100
committerGitHub2018-08-31 06:12:23 +0100
commit9ffe60058fc1315b0164f2e9d7aca1f28aa30162 (patch)
tree9e9b8ec023021faa32513fe47d20c6bd6874ff90
parent12ab37b8bc78996443d142d8ef28ee47f725716c (diff)
parent2275967351c0daf67cb20e307a30cda4a96fbc57 (diff)
downloadvimium-9ffe60058fc1315b0164f2e9d7aca1f28aa30162.tar.bz2
Merge pull request #3117 from marcotc/patch-1
Add CoffeeScript v1 requirement to CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e4ed8b8b..c92b925c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,7 +26,7 @@ Please include the following when reporting an issue:
Vimium is written in Coffeescript, which compiles to Javascript. To
install Vimium from source:
- 1. Install [Coffeescript](http://coffeescript.org/#installation).
+ 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.
1. Navigate to `chrome://extensions`
1. Toggle into Developer Mode