Skip to content

Commit

Permalink
add plugin instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Adams committed Apr 24, 2020
1 parent cb4c4af commit e05a4d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -74,6 +74,16 @@ heroku buildpacks:set <your-github-url>
heroku buildpacks:set <your-github-url>#your-branch
```

### Downloading Plugins

In order to download the latest plugins that have been released, run the following:

```
plugin/download.sh v$VERSION
```

Make sure the version is in the format `v#`, ie. `v7`.

## Tests

The buildpack tests use [Docker](https://www.docker.com/) to simulate
Expand Down

0 comments on commit e05a4d7

Please sign in to comment.