mirror of https://github.com/status-im/migrate.git
Cleanup CLI docs
This commit is contained in:
parent
95db494b30
commit
fb3d809e81
|
@ -58,10 +58,9 @@ Source drivers read migrations from local or remote sources. [Add a new source?]
|
|||
|
||||
__[CLI Documentation](cli)__
|
||||
|
||||
([brew todo #156](https://github.com/mattes/migrate/issues/156))
|
||||
### Basic usage:
|
||||
|
||||
```
|
||||
$ brew install migrate --with-postgres
|
||||
$ migrate -database postgres://localhost:5432/database up 2
|
||||
```
|
||||
|
||||
|
|
|
@ -17,9 +17,7 @@ correspond to the names of the sub-packages underneath the
|
|||
|
||||
#### MacOS
|
||||
|
||||
We have not released support for homebrew yet, but there is a live issue here:
|
||||
|
||||
([todo #156](https://github.com/mattes/migrate/issues/156))
|
||||
We have not released support for homebrew yet, but there is a live issue here: [todo #156](https://github.com/mattes/migrate/issues/156)
|
||||
|
||||
Any help to make this happen would be appreciated!
|
||||
|
||||
|
|
Loading…
Reference in New Issue