Merge pull request #2169 from subelsky/patch-1

Fix code block for git commands
This commit is contained in:
Régis Hanol 2014-03-25 14:37:52 +01:00
commit e9eeeac37d
1 changed files with 5 additions and 2 deletions

View File

@ -81,8 +81,11 @@ If you haven't already, download Discourse and create a new branch for your Hero
```
Also, you'll need to add a commit to get the precompiled assets onto Heroku.
git add public/assets
git push heroku heroku:master
```bash
git add public/assets
git push heroku heroku:master
```
8. Push your heroku branch to Heroku.