0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Merge pull request #1319 from springmeyer/patch-1

Node v0.10.x is required (and not > v0.10) - refs #1314
This commit is contained in:
Hannah Wolfe 2013-10-29 02:09:49 -07:00
commit 6634c4673d

View file

@ -18,7 +18,7 @@ If you think you've found a problem with Ghost, or you'd like to make a request
**Pre-requisites:**
* node > 0.10 and < 0.11.4
* node 0.10.x
* ruby and the gems 'sass' and 'bourbon' - you can use `bundle install` to install the gems
* for running functional tests: phantomjs 1.9.* and casperjs 1.1.* ([instructions](https://github.com/TryGhost/Ghost/wiki/Functional-testing-with-PhantomJS-and-CasperJS))
* for building docs: python and pygments