0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

fixes #1081: change contrib instructions to reflect #579

This commit is contained in:
Benjamin Chodoroff 2013-10-15 12:17:27 +00:00
parent 60c529b1e3
commit bc9e4fea1b

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