Skip to content

Commit

Permalink
Updated Postgres system requirement for #22
Browse files Browse the repository at this point in the history
- README.md - Explicitly set the Postgres version requirement to 9.3
  based upon its support for JSON data types.
  • Loading branch information
Mark Nyon committed Mar 23, 2016
1 parent 1d439af commit a39d730
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ order to keep the app ready to use at all times.

## Requirements

You need [Node.js](http://nodejs.org/download/) and a Relational Database
Management System such as [Postgres](http://www.postgresql.org/download)
installed and running.
You need [Node.js](http://nodejs.org/download/) and [Postgres](http://www.postgresql.org/download)
9.3 or higher installed and running.

We use [`bcrypt`](https://github.com/ncb000gt/node.bcrypt.js) for hashing
secrets. If you have issues during installation related to `bcrypt` then [refer
Expand Down

0 comments on commit a39d730

Please sign in to comment.