From e6f575b633bdc3d3bc89ea634699c0a58bf6ceec Mon Sep 17 00:00:00 2001 From: Mike Subelsky Date: Mon, 24 Mar 2014 10:41:37 -0400 Subject: [PATCH] Fix code block for git commands --- docs/install-HEROKU.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/install-HEROKU.md b/docs/install-HEROKU.md index f3da903245..4c2d329c49 100644 --- a/docs/install-HEROKU.md +++ b/docs/install-HEROKU.md @@ -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.