mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Update README.md
This commit is contained in:
parent
b74629e5be
commit
e6abbcf7da
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue