Cleanup CLI docs

This commit is contained in:
Dale Hui 2018-05-12 15:25:19 -07:00
parent 95db494b30
commit fb3d809e81
2 changed files with 2 additions and 5 deletions

View File

@ -58,10 +58,9 @@ Source drivers read migrations from local or remote sources. [Add a new source?]
__[CLI Documentation](cli)__ __[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 $ migrate -database postgres://localhost:5432/database up 2
``` ```

View File

@ -17,9 +17,7 @@ correspond to the names of the sub-packages underneath the
#### MacOS #### MacOS
We have not released support for homebrew yet, but there is a live issue here: We have not released support for homebrew yet, but there is a live issue here: [todo #156](https://github.com/mattes/migrate/issues/156)
([todo #156](https://github.com/mattes/migrate/issues/156))
Any help to make this happen would be appreciated! Any help to make this happen would be appreciated!