0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Update install instructions to include global deps

- knex-migrator and gulp are required
This commit is contained in:
Hannah Wolfe 2017-02-22 12:45:28 +00:00 committed by GitHub
parent a64b8f0449
commit ffcf7d1d83

View file

@ -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