From 110261776847f1c1d9ef96d13a34036d2711bae7 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 20 Mar 2014 11:53:23 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5b046387f..f97e9975a2 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,16 @@ Check out the [Documentation](http://docs.ghost.org/) for more detailed instruct If you're a theme, app or core developer, or someone comfortable getting up and running from a `git clone`, this method is for you. -If you clone the GitHub repository, you will need to build a number of assets, such as SASS and JavaScript templates. This requires you to have Ruby and a number of other pre-requisites. -Full instructions can be found in the [Contributing Guide](https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md) under the heading "[Working on Ghost Core](https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md#working-on-ghost-core)". +If you clone the GitHub repository, you will need to build a number of assets using grunt. + +#### Quickstart: + +1. `npm install -g grunt-cli` +1. `npm install` +1. `grunt init` (and `grunt prod` if you want to run Ghost in production mode) +1. `npm start` + +Full instructions & troubleshooting tips can be found in the [Contributing Guide](https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md) under the heading "[Working on Ghost Core](https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md#working-on-ghost-core)". Check out the [Documentation](http://docs.ghost.org/) for more detailed instructions, or get in touch via the [forum](http://ghost.org/forum) if you get stuck.