mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Update Install Instructions (#8034)
No Issue * You may have had a reason for it to be the way it was, but this updates it to be the actual commands rather than just close to actual commands
This commit is contained in:
parent
fe90cf2be2
commit
a64b8f0449
19
README.md
19
README.md
@ -24,15 +24,16 @@ The project is maintained by a non-profit organisation called the **Ghost Founda
|
|||||||
If you get stuck, come say hi over [on slack](https://slack.ghost.org)!
|
If you get stuck, come say hi over [on slack](https://slack.ghost.org)!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
- clone
|
git clone [Ghost's repo URL or your Ghost Fork's URL]
|
||||||
- npm install
|
npm install
|
||||||
- git submodule update --init
|
git submodule update --init
|
||||||
- cd into core/client
|
cd core/client
|
||||||
- npm install
|
npm install
|
||||||
- bower install
|
bower install
|
||||||
- cd back
|
cd ../..
|
||||||
- gulp setup
|
gulp setup
|
||||||
- gulp dev
|
knex-migrator init
|
||||||
|
gulp dev
|
||||||
```
|
```
|
||||||
|
|
||||||
To run tests
|
To run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user