diff --git a/README.md b/README.md index 60ce107..f655d4a 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,11 @@ You can create a local instance of Ghost using instructions from [here](https:// ### Making changes to the theme -- Once you've made any required changes in your code editor, repeat the steps above to update the theme. +You can run the `npm run dev` in this project to start a Gulp watch task. +This task watches for any changes to files in the project, builds it and copies the built assets into the folder on your local machine where the Ghost theme is installed. + +Make sure to set the correct path for the `ghostThemePath` variable in the gulpfile before you run this script. + +Alternately, you can also upload the changed theme manually. + +Once you've made any required changes in your code editor, repeat the steps in the section above to update the theme.