heroku-buildpack-hello/README.md

11 lines
284 B
Markdown
Raw Normal View History

2011-10-09 17:38:44 +00:00
# Hello Build Pack
2011-09-26 17:35:37 +00:00
2011-10-09 17:38:44 +00:00
The Hello Build Pack will look for a file named `hello.txt` in the app root and
2011-09-26 17:35:37 +00:00
display its contents during push.
## Usage
2011-10-09 17:38:44 +00:00
Add this language pack to your `BUILDPACK_URL`.
2011-09-26 17:35:37 +00:00
2011-10-09 17:38:44 +00:00
heroku config:add BUILDPACK_URL="http://github.com/heroku/heroku-buildpack-hello.git"