Skip to content

Commit

Permalink
Add new --buildpack option
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pundsack committed Dec 16, 2011
1 parent bca6ebf commit 9cedb54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -8,3 +8,7 @@ run Jekyll to create and serve the site.
Add this language pack to your `BUILDPACK_URL`.

heroku config:add BUILDPACK_URL="http://github.com/markpundsack/heroku-buildpack-jekyll.git"

Or, with a recent version of the heroku gem, set it at creation time:

heroku create --stack cedar --buildpack http://github.com/markpundsack/heroku-buildpack-jekyll.git

0 comments on commit 9cedb54

Please sign in to comment.