🎨 Using yarn instead of npm according to the paragraph above it (#8475)

no issue
- original PR: https://github.com/TryGhost/Ghost/pull/8288
This commit is contained in:
Katharina Irrgang 2017-05-23 18:24:24 +02:00 committed by Kevin Ansfield
parent 1f37ff6053
commit 47b24b2d4f

View File

@ -27,7 +27,7 @@ Install and run Ghost.
<pre>
<b>git clone git@github.com:TryGhost/Ghost.git ghost</b>
Download the Ghost code base
<b>npm run init</b>
<b>yarn run init</b>
Short command for: yarn global add knex-migrator ember-cli grunt-cli && yarn install && grunt symlink && grunt init
<b>knex-migrator init</b>
Creates and initialises your database