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

Merge pull request #1082 from bnchdrff/1081-update-contrib-instrs

Change contrib instructions to reflect #579
This commit is contained in:
John O'Nolan 2013-10-15 06:16:08 -07:00
commit 35347795a8

View file

@ -46,7 +46,7 @@ Pulling down the latest changes from master will often require more than just a
* `npm install` - fetch any new dependencies
* `git submodule update` - fetch the latest changes to Casper (the default theme)
* `grunt` - will recompile handlebars templates and sass for the admin (as long as you have previously run `grunt init` to install bourbon)
* delete core/server/data/*.db - delete the database and allow Ghost to recreate the fixtures
* delete content/data/*.db - delete the database and allow Ghost to recreate the fixtures
## Key Branches & Tags