Skip to content

Commit

Permalink
fixing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Tomilov committed Mar 9, 2015
1 parent a795294 commit c1adbb2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ $ npm install pg-promise

# Testing
* make sure you have [jasmine] installed:
$npm install jasmine-node -g
```
$npm install jasmine-node -g
```
* install all the project dependencies:
$ npm install
```
$ npm install
```
* run tests:
$ make test

```
$ make test
```
On Windows you can also run tests with `test.bat`

# Getting started
Expand Down

0 comments on commit c1adbb2

Please sign in to comment.