diff --git a/README.md b/README.md index f422a4c..eef0c5c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/cli/README.md b/cli/README.md index e457217..5253a29 100644 --- a/cli/README.md +++ b/cli/README.md @@ -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!