Skip to content

Commit e600636

Browse files
committed
Better document buildpack configuration
1 parent fa2067f commit e600636

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,16 @@ This is used alongside the Ruby [buildpack](https://github.com/heroku/heroku-bui
3838

3939
## Install
4040

41+
Use master
42+
43+
```bash
44+
heroku buildpacks:set --index 1 https://github.com/x-b-e/heroku-buildpack-freetds
45+
```
46+
47+
or use a stable tag, like [v1.0.0](https://github.com/x-b-e/heroku-buildpack-freetds/tree/v1.0.0)
48+
4149
```bash
42-
heroku buildpacks:add --index 1 https://github.com/x-b-e/heroku-buildpack-freetds
50+
heroku buildpacks:set --index 1 https://github.com/x-b-e/heroku-buildpack-freetds#v1.0.0
4351
```
4452

4553
License

0 commit comments

Comments
 (0)