mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
readme.md edit
-missing comma -use of "a" preceding an acronym with phonetic vowel
This commit is contained in:
parent
b0a16d3e70
commit
8e833cb024
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
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. 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).
|
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`
|
`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
|
### Upgrading to The Latest Version
|
||||||
|
|
Loading…
Reference in a new issue