mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
🎨 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:
parent
1f37ff6053
commit
47b24b2d4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user