mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue