Skip to content

Commit

Permalink
add note about installing redis or mongo now that they are not always…
Browse files Browse the repository at this point in the history
… installed
  • Loading branch information
zamiang committed Jul 13, 2017
1 parent 449bed1 commit 23acf6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ Follow [manast](http://twitter.com/manast) for news and updates regarding this l

Using npm:

```javascript
```bash
npm install acl
# Install redis or mongo if needed
npm install redis mongo
```

##Documentation
Expand Down

0 comments on commit 23acf6f

Please sign in to comment.