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

Commit bccb447b by Mohamed Nainar Committed by GitHub

docs(README.md): update install instructions (#12120)

1 parent b495d5ed
Showing with 8 additions and 8 deletions
...@@ -20,16 +20,16 @@ New to Sequelize? Take a look at the [Tutorials and Guides](https://sequelize.or ...@@ -20,16 +20,16 @@ New to Sequelize? Take a look at the [Tutorials and Guides](https://sequelize.or
## Installation ## Installation
```bash ```sh
$ npm install --save sequelize # This will install v5 $ npm i sequelize # This will install v5
$ npm install --save sequelize@next # This will install v6-beta $ npm i sequelize@next # This will install v6-beta
# And one of the following: # And one of the following:
$ npm install --save pg pg-hstore # Postgres $ npm i pg pg-hstore # Postgres
$ npm install --save mysql2 $ npm i mysql2
$ npm install --save mariadb $ npm i mariadb
$ npm install --save sqlite3 $ npm i sqlite3
$ npm install --save tedious # Microsoft SQL Server $ npm i tedious # Microsoft SQL Server
``` ```
## Documentation ## Documentation
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!