diff options
| author | Marco Costa | 2018-08-30 23:57:20 -0400 |
|---|---|---|
| committer | GitHub | 2018-08-30 23:57:20 -0400 |
| commit | d77553e59a11dd1d87ab80222fc165c9776fa07c (patch) | |
| tree | 31ba2fefbb59c667ae40c99f68e5cdf241b675a8 /CONTRIBUTING.md | |
| parent | 12ab37b8bc78996443d142d8ef28ee47f725716c (diff) | |
| download | vimium-d77553e59a11dd1d87ab80222fc165c9776fa07c.tar.bz2 | |
Add Coffeescript v1 requirement to CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4ed8b8b..9b85ebea 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 1.X](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 |
