mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 06:43:37 +08:00
Fix code block for git commands
This commit is contained in:
parent
e823558742
commit
e6f575b633
|
@ -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.
|
Also, you'll need to add a commit to get the precompiled assets onto Heroku.
|
||||||
|
|
||||||
|
```bash
|
||||||
git add public/assets
|
git add public/assets
|
||||||
git push heroku heroku:master
|
git push heroku heroku:master
|
||||||
|
```
|
||||||
|
|
||||||
8. Push your heroku branch to Heroku.
|
8. Push your heroku branch to Heroku.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user