不要怂,就是干,撸起袖子干!

Commit 38284346 by Mick Hansen

Merge pull request #2859 from irvingswiftj/patch-1

Update migrations.md
2 parents a5e4e69e 2a2bbd3b
Showing with 4 additions and 3 deletions
......@@ -8,6 +8,8 @@ In order to use the CLI you need to install the respective package:
$ npm install --save sequelize-cli
```
As with any npm package, you can use the global flag (`-g`) to install the CLI globally. If you have installed the CLI without the global flag, use `node_modules/.bin/sequelize [command]` instead of `sequelize [command]`.
The CLI currently supports the following commands:
```bash
......@@ -18,7 +20,7 @@ $ sequelize init # Initializes the project.
$ sequelize migration:create # Generates a new migration file.
$ sequelize version # Prints the version number.
```
Further and more detailled information about the available commands
can be obtained via the help command:
......@@ -303,4 +305,4 @@ migrator
[0]: http://gulpjs.com/
[1]: https://github.com/sequelize/cli
[2]: https://github.com/sequelize/gulp-sequelize
\ No newline at end of file
[2]: https://github.com/sequelize/gulp-sequelize
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!