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