This commit is contained in:
Adrian Macneil 2016-05-21 22:35:04 -07:00
parent 62437993cd
commit cc92d8a98a
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ $ brew install dbmate
Download the binary directly:
```sh
$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.0.0/dbmate-linux-amd64
$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.0.1/dbmate-linux-amd64
$ chmod +x dbmate
$ mv dbmate /usr/local/bin
```
@ -42,7 +42,7 @@ To use dbmate on Heroku, the easiest method is to store the linux binary in your
```sh
$ mkdir -p bin
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.0.0/dbmate-linux-amd64
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.0.1/dbmate-linux-amd64
$ chmod +x bin/dbmate-heroku
$ git add bin/dbmate-heroku
$ git commit -m "Add dbmate binary"