Skip to content

Commit b9d9422

Browse files
committed
Merge pull request jordansissel#11 from asfaltboy/patch-1
Add one more step for perfection
2 parents a9c81f6 + 987378a commit b9d9422

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Create your heroku app
3535
% heroku create --stack cedar --buildpack https://github.com/jordansissel/heroku-buildpack-meteor.git
3636
```
3737

38+
Configure your ROOT_URL setting
39+
```
40+
% heroku config:add ROOT_URL=<insert_url_created_above_here>
41+
```
42+
3843
Deploy it
3944

4045
```

0 commit comments

Comments
 (0)