diff --git a/README.md b/README.md index 41b464713..f6adb3c82 100644 --- a/README.md +++ b/README.md @@ -120,16 +120,15 @@ Due to the Ephimeral file system of Heroku, currently the admin panel doesn't su [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) -In case you wish to update existing Heroku deployment with a new theme, follow steps 1 - 3 and then do the steps mentioned in [Updating the source code](https://github.com/vyronarediano/slp-on-heroku#updating-source-code) +You can find your new theme in the Ghost admin panel. + +In case you wish to **update existing Heroku deployment** with a new theme, follow steps 1 - 3 and then do the steps mentioned in [Updating the source code](https://github.com/vyronarediano/slp-on-heroku#updating-source-code) ## Updating source code Optionally after deployment, to push Ghost upgrades or work with source code, clone this repo (or a fork) and connect it with the Heroku app: ```bash -git clone https://github.com/snathjr/ghost-on-heroku -cd ghost-on-heroku - heroku git:remote -a YOURAPPNAME heroku info ```