We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2067f commit e600636Copy full SHA for e600636
README.md
@@ -38,8 +38,16 @@ This is used alongside the Ruby [buildpack](https://github.com/heroku/heroku-bui
38
39
## Install
40
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
49
```bash
-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
51
```
52
53
License
0 commit comments