This commit is contained in:
Adrian Macneil 2019-05-19 20:08:14 -07:00 committed by GitHub
parent 8f7c32af47
commit a31e06b438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ $ brew install dbmate
Download the binary directly:
```sh
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.4.1/dbmate-linux-amd64
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.5.0/dbmate-linux-amd64
$ sudo chmod +x /usr/local/bin/dbmate
```
@ -56,7 +56,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.4.1/dbmate-linux-amd64
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.5.0/dbmate-linux-amd64
$ chmod +x bin/dbmate-heroku
$ git add bin/dbmate-heroku
$ git commit -m "Add dbmate binary"