aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-12-25 09:43:08 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-12-25 09:43:08 +0100
commit8c67719c80cef7319afecdf1078d5447149ad8e7 (patch)
treea6416175061a1798dd8b93d83816d50bb1fc28d8 /README.md
parent55e0591c8e773b27cecec39d18da6ade898c89ed (diff)
downloadPeerTube-8c67719c80cef7319afecdf1078d5447149ad8e7.tar.gz
PeerTube-8c67719c80cef7319afecdf1078d5447149ad8e7.tar.zst
PeerTube-8c67719c80cef7319afecdf1078d5447149ad8e7.zip
Update README with postgresql
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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
117 * **NodeJS >= 4.x** 117 * **NodeJS >= 4.x**
118 * **npm >= 3.x** 118 * **npm >= 3.x**
119 * OpenSSL (cli) 119 * OpenSSL (cli)
120 * MongoDB 120 * PostgreSQL
121 * ffmpeg 121 * ffmpeg
122 122
123#### Debian 123#### Debian
@@ -127,7 +127,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
127 * Run: 127 * Run:
128 128
129 # apt-get update 129 # apt-get update
130 # apt-get install ffmpeg mongodb openssl 130 # apt-get install ffmpeg postgresql-9.4 openssl
131 # npm install -g npm@3 131 # npm install -g npm@3
132 132
133#### Other distribution... (PR welcome) 133#### Other distribution... (PR welcome)