diff --git a/refinery_cli/README.md b/refinery_cli/README.md index 23fe587f..378418bb 100644 --- a/refinery_cli/README.md +++ b/refinery_cli/README.md @@ -13,17 +13,17 @@ cargo install refinery_cli Setup your database type and access credentials with `setup`. ```sh -refinery_cli setup +refinery setup ``` After that, just run your migrations giving your config file with `-c` flag (by defaults it is the `refinery.toml` generated by the setup) and migrations dir with `files -p $dir`. ```sh -refinery_cli migrate -c sqlite_refinery.toml files -p ./sql_migrations +refinery migrate -c sqlite_refinery.toml files -p ./sql_migrations ``` For more info and migration options run. ```sh -refinery_cli migrate --help +refinery migrate --help ```