From 47b24b2d4fb15fa8bd6ec27e2e2a3cc1aa35726e Mon Sep 17 00:00:00 2001 From: Katharina Irrgang Date: Tue, 23 May 2017 18:24:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=20Using=20yarn=20instead=20of?= =?UTF-8?q?=20npm=20according=20to=20the=20paragraph=20above=20it=20(#8475?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - original PR: https://github.com/TryGhost/Ghost/pull/8288 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4674bf715a..0da4855691 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Install and run Ghost.
 git clone git@github.com:TryGhost/Ghost.git ghost
     Download the Ghost code base
-npm run init
+yarn run init
     Short command for: yarn global add knex-migrator ember-cli grunt-cli && yarn install && grunt symlink && grunt init
 knex-migrator init
     Creates and initialises your database