Update README with postgresql

This commit is contained in:
Chocobozzz 2016-12-25 09:43:08 +01:00
parent 55e0591c8e
commit 8c67719c80
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
* **NodeJS >= 4.x** * **NodeJS >= 4.x**
* **npm >= 3.x** * **npm >= 3.x**
* OpenSSL (cli) * OpenSSL (cli)
* MongoDB * PostgreSQL
* ffmpeg * ffmpeg
#### Debian #### Debian
@ -127,7 +127,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
* Run: * Run:
# apt-get update # apt-get update
# apt-get install ffmpeg mongodb openssl # apt-get install ffmpeg postgresql-9.4 openssl
# npm install -g npm@3 # npm install -g npm@3
#### Other distribution... (PR welcome) #### Other distribution... (PR welcome)