]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - README.md
Server: add createdAt from remote video in database
[github/Chocobozzz/PeerTube.git] / README.md
index 3f16697acc27ddae3f9f2bd54728bfd13fe7bcf6..68c2f907b2a04283b112a0cda1db6da9ecb3b438 100644 (file)
--- 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)