2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Updated node version text in README.md

no issue

- update README to match the new version support
This commit is contained in:
Hannah Wolfe 2015-12-01 14:09:16 +08:00
parent c884e67090
commit 8dbef11bc5

View file

@ -20,9 +20,7 @@ The project is maintained by a non-profit organisation called the **Ghost Founda
# Quick Start Install
Make sure you've installed Node.js - We recommend the latest **Node v0.10.x** release.
Ghost is also compatible with **Node v0.12** and **io.js v1.2**, but please note that these versions are more likely to run into installation problems. May contain nuts.
Make sure you've installed Node.js - We recommend the latest **Node v0.10.x** release. For other versions [click here](http://support.ghost.org/supported-node-versions/). May contain nuts.
1. Download the [latest release](https://ghost.org/download/) of Ghost
1. Unzip in the location you want to install
@ -41,8 +39,8 @@ More [install docs](http://support.ghost.org/installation/) here in case you got
Install Node.js.
```bash
# Node v0.10.x - full support
# Node v0.12.x and io.js v1.2 - partial support
# Node v0.10.x - recommended
# Node v0.12.x and v4.2.x - supported
#
# Choose wisely
```