diff --git a/README.md b/README.md index c4b032f..b2b28ff 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ Added ability to also specify custom repositories through **:repo:** in `Aptfile This buildpack is not meant to be used on its own, and instead should be in used in combination with Scalingo's [multiple buildpack support](https://doc.scalingo.com/buildpacks/multi). -Include a list of apt package names to be installed in a file named `Aptfile` +Include a list of apt package names to be installed in a file named `Aptfile`. + +To find out what packages are available, see: + + +See the [Heroku Stacks](https://devcenter.heroku.com/articles/stack) documention for which +Ubuntu LTS version is used by each Heroku stack. #### Setup @@ -32,10 +38,12 @@ Note that the order of the buildpacks in the `.buildpacks` file matters. #### Aptfile # you can list packages - libpq-dev + libexample-dev + # or include links to specific .deb files http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb - # or add custom apt repos + + # or add custom apt repos (only required if using packages outside of the standard Ubuntu APT repositories) :repo:deb http://cz.archive.ubuntu.com/ubuntu artful main universe #### Gemfile