From ffcf7d1d8323507c79b2a9e670af2dc583176144 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 22 Feb 2017 12:45:28 +0000 Subject: [PATCH] Update install instructions to include global deps - knex-migrator and gulp are required --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d0e964ddb..99541a0913 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ If you get stuck, come say hi over [on slack](https://slack.ghost.org)! ```bash git clone [Ghost's repo URL or your Ghost Fork's URL] +npm install -g knex-migrator gulp npm install git submodule update --init cd core/client