Update README.md

This commit is contained in:
Adrian Macneil 2015-12-03 14:53:53 -08:00
parent b74629e5be
commit e6abbcf7da

View file

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