mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
v1.0.0
This commit is contained in:
parent
08dd47d954
commit
af328ad341
2 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ $ brew install dbmate
|
|||
Download the binary directly:
|
||||
|
||||
```sh
|
||||
$ curl -fsSL -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/v1.0.0/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/v0.1/dbmate-linux-amd64
|
||||
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.0.0/dbmate-linux-amd64
|
||||
$ chmod +x bin/dbmate-heroku
|
||||
$ git add bin/dbmate-heroku
|
||||
$ git commit -m "Add dbmate binary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue