From fb3d809e81c30bd7130a4bd11b5bcd5b415ab3a8 Mon Sep 17 00:00:00 2001 From: Dale Hui Date: Sat, 12 May 2018 15:25:19 -0700 Subject: [PATCH] Cleanup CLI docs --- README.md | 3 +-- cli/README.md | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) 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!