From a64b8f04497168cae4ce974e2c4907ef249097af Mon Sep 17 00:00:00 2001 From: David Balderston Date: Tue, 21 Feb 2017 23:21:54 -0800 Subject: [PATCH] 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 --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d02f21befc..0d0e964ddb 100644 --- a/README.md +++ b/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)! ```bash -- clone -- npm install -- git submodule update --init -- cd into core/client -- npm install -- bower install -- cd back -- gulp setup -- gulp dev +git clone [Ghost's repo URL or your Ghost Fork's URL] +npm install +git submodule update --init +cd core/client +npm install +bower install +cd ../.. +gulp setup +knex-migrator init +gulp dev ``` To run tests