mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
Update linux download instructions
This commit is contained in:
parent
b51230b563
commit
c4fc848624
1 changed files with 2 additions and 3 deletions
|
|
@ -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**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue