From 0bb61ba5ba0dcbd440a626014c66142e865711cd Mon Sep 17 00:00:00 2001 From: Joe Kutner Date: Wed, 19 Sep 2018 07:30:11 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e0d83ba..50f93a7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ Include a list of apt package names to be installed in a file named `Aptfile` #### Command-line +To use the latest stable version: + +``` +heroku buildpacks:add --index 1 heroku-community/apt +``` + +To use the edge version (i.e. the code in this repo): + ``` heroku buildpacks:add --index 1 https://github.com/heroku/heroku-buildpack-apt ```