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

Commit 1b41c161 by Sascha Depold

Update README.md

1 parent 9ba84677
Showing with 4 additions and 2 deletions
......@@ -41,8 +41,7 @@ Contributing to sequelize requires you to have
[MySQL](http://www.mysql.com/) up and running in your local
environment. The reason for that is that we have test cases that runs
against an actual MySQL server and make sure everything is always
working. Furthermore sequelize supports SQLite. So this should be working
on your machine as well :)
working.
That is also one of the reasons your features must come with tests:
let's make sure sequelize will stay awesome as more features are added
......@@ -59,6 +58,9 @@ $ echo "CREATE DATABASE sequelize_test;" | mysql -uroot
tests, but make sure to don't commit your credentials, we don't want
to expose your personal data in sequelize codebase ;)
**AND ONE LAST THING:** Sequelize also supports SQLite. So this should be working
on your machine as well :)
### 2. Install the dependencies ###
Just "cd" into sequelize directory and run `npm install`, see an example below:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!