File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,9 @@ Source drivers read migrations from local or remote sources. [Add a new source?]
58
58
59
59
__ [ CLI Documentation] ( cli ) __
60
60
61
- ( [ brew todo # 156 ] ( https://github.com/mattes/migrate/issues/156 ) )
61
+ ### Basic usage:
62
62
63
63
```
64
- $ brew install migrate --with-postgres
65
64
$ migrate -database postgres://localhost:5432/database up 2
66
65
```
67
66
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ correspond to the names of the sub-packages underneath the
17
17
18
18
#### MacOS
19
19
20
- We have not released support for homebrew yet, but there is a live issue here:
21
-
22
- ([ todo #156 ] ( https://github.com/mattes/migrate/issues/156 ) )
20
+ We have not released support for homebrew yet, but there is a live issue here: [ todo #156 ] ( https://github.com/mattes/migrate/issues/156 )
23
21
24
22
Any help to make this happen would be appreciated!
25
23
You can’t perform that action at this time.
0 commit comments