From: Chocobozzz Date: Sun, 25 Dec 2016 08:43:08 +0000 (+0100) Subject: Update README with postgresql X-Git-Tag: v0.0.1-alpha~574^2~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8c67719c80cef7319afecdf1078d5447149ad8e7;p=oweals%2Fpeertube.git Update README with postgresql --- diff --git a/README.md b/README.md index 3f16697ac..68c2f907b 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t * **NodeJS >= 4.x** * **npm >= 3.x** * OpenSSL (cli) - * MongoDB + * PostgreSQL * ffmpeg #### Debian @@ -127,7 +127,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t * Run: # apt-get update - # apt-get install ffmpeg mongodb openssl + # apt-get install ffmpeg postgresql-9.4 openssl # npm install -g npm@3 #### Other distribution... (PR welcome)