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

Merge pull request #4730 from sdtsui/patch-1

readme.md edit
This commit is contained in:
Jason Williams 2014-12-29 09:28:16 -06:00
commit 3725b5e738

View file

@ -20,7 +20,7 @@ There are a few different ways to install Ghost, take care to use the method whi
If you just want to get a Ghost blog running in the fastest time possible, this method is for you.
For detailed instructions for various platforms visit the [Ghost Installation Guide](http://support.ghost.org/installation/). If you get stuck, help is available on [our support site](http://support.ghost.org/).
For detailed instructions for various platforms, visit the [Ghost Installation Guide](http://support.ghost.org/installation/). If you get stuck, help is available on [our support site](http://support.ghost.org/).
1. Install [Node.js](http://nodejs.org) - Ghost requires **Node v0.10.x**
1. Download the latest Ghost package from [Ghost.org](http://ghost.org/download).
@ -59,7 +59,7 @@ If you want to build Ghost into a larger node app, or are familiar with using `n
`npm install ghost`
Further setup instructions can be found in the [using Ghost as a NPM module](https://github.com/TryGhost/Ghost/wiki/Using-Ghost-as-an-NPM-module) wiki entry.
Further setup instructions can be found in the [using Ghost as an NPM module](https://github.com/TryGhost/Ghost/wiki/Using-Ghost-as-an-NPM-module) wiki entry.
### Upgrading to The Latest Version