diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |