Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner authored Sep 19, 2018
1 parent 2986b01 commit 0bb61ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 0bb61ba

Please sign in to comment.