aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-12 15:20:03 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-12 15:20:03 +0100
commit99fe265a5fc077cb66c322e7f3d191ff7110aea0 (patch)
treec9e04ccfcc5496d2300d7c26db5833e494b4cdad /README.md
parentfcc5f77b95d330bfcb439c172b7fcc58f3162e4d (diff)
parent91cc839af88730ba55f84997c56b85ea100070a7 (diff)
downloadPeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.tar.gz
PeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.tar.zst
PeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.zip
Merge branch 'postgresql'
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1a9b03201..f9de61c72 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
121 * **NodeJS >= 4.x** 121 * **NodeJS >= 4.x**
122 * **npm >= 3.x** 122 * **npm >= 3.x**
123 * OpenSSL (cli) 123 * OpenSSL (cli)
124 * MongoDB 124 * PostgreSQL
125 * ffmpeg 125 * ffmpeg
126 126
127#### Debian 127#### Debian
@@ -131,7 +131,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
131 * Run: 131 * Run:
132 132
133 # apt-get update 133 # apt-get update
134 # apt-get install ffmpeg mongodb openssl 134 # apt-get install ffmpeg postgresql-9.4 openssl
135 # npm install -g npm@3 135 # npm install -g npm@3
136 136
137#### Other distribution... (PR welcome) 137#### Other distribution... (PR welcome)
@@ -238,7 +238,7 @@ Here are some simple schemes:
238 238
239<img src="https://lutim.cpy.re/MyeS4q1g" alt="Join a network" /> 239<img src="https://lutim.cpy.re/MyeS4q1g" alt="Join a network" />
240 240
241<img src="https://lutim.cpy.re/PqpTTzdP" alt="Many networks" 241<img src="https://lutim.cpy.re/PqpTTzdP" alt="Many networks" />
242 242
243</p> 243</p>
244 244