Skip to content

Commit 3adfa61

Browse files
author
Ian Sibner
committed
Futher markdown updates
1 parent 60f79ec commit 3adfa61

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.markdown

+7-8
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@ part of the slug.
2323

2424
## Usage
2525

26-
You will need to use the [`heroku-buildpack-multi`
27-
buildpack](https://github.com/ddollar/heroku-buildpack-multi), and add
28-
your existing buildpack(s) to the `.buildpacks` file in your application
29-
repository. The post-build-clean buildpack **must** be last in the
26+
Add the buildpack to your app using the Heroku CLI: `heroku buildpacks:add https://github.com/Lostmyname/heroku-buildpack-post-build-clean`. The post-build-clean buildpack **must** be last in the
3027
buildpack order:
3128

3229
```
33-
# .buildpacks
34-
https://github.com/heroku/heroku-buildpack-nodejs
35-
https://github.com/heroku/heroku-buildpack-ruby
36-
https://github.com/Lostmyname/heroku-buildpack-post-build-clean
30+
$ heroku buildpacks
31+
32+
=== test-app-12345 Buildpack URLs
33+
1. heroku/nodejs
34+
2. heroku/python
35+
3. https://github.com/Lostmyname/heroku-buildpack-post-build-clean
3736
```
3837

3938
The `.slug-post-clean` file supports single-file and single-directory patterns, **as well as glob patterns**, e.g.:

0 commit comments

Comments
 (0)