Skip to content

Commit 5887227

Browse files
authored
Update README.md
1 parent 615e798 commit 5887227

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,13 @@ You should see heroku `https://git.heroku.com/<RANDOMLY_GENERATED_NAME_OF_YOUR_A
7373

7474
## Deploying to Heroku
7575

76-
You can deploy to heroku by running:
76+
Add the `mars/create-react-app-buildpack` to your heroku project by typing:
77+
78+
```
79+
heroku buildpacks:set mars/create-react-app-buildpack
80+
```
81+
82+
You can then deploy to heroku by running:
7783

7884
```
7985
git push heroku master

0 commit comments

Comments
 (0)