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:
parent
a64b8f0449
commit
ffcf7d1d83
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue