Update linux download instructions

This commit is contained in:
Adrian Macneil 2017-03-11 12:59:33 -08:00 committed by GitHub
parent b51230b563
commit c4fc848624

View file

@ -32,9 +32,8 @@ $ brew install dbmate
Download the binary directly: Download the binary directly:
```sh ```sh
$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.2.1/dbmate-linux-amd64 $ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.2.1/dbmate-linux-amd64
$ chmod +x dbmate $ sudo chmod +x /usr/local/bin/dbmate
$ mv dbmate /usr/local/bin
``` ```
**Heroku** **Heroku**