Update README with postgresql
This commit is contained in:
parent
55e0591c8e
commit
8c67719c80
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue