diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-01-24 16:40:24 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-01-24 16:41:19 +0100 |
commit | 86435b9baedfe300a28ea4545511c1b50d4119f6 (patch) | |
tree | 18e0cd37272e437b9abb83b67d990e3e57a09989 /README.md | |
parent | ee66c5930e6c3694434a259dfb4b7f3e9f39cf7b (diff) | |
download | PeerTube-86435b9baedfe300a28ea4545511c1b50d4119f6.tar.gz PeerTube-86435b9baedfe300a28ea4545511c1b50d4119f6.tar.zst PeerTube-86435b9baedfe300a28ea4545511c1b50d4119f6.zip |
update modules AND REMOVE SUPPORT OF NODE 0.12 :'(
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
52 | 52 | ||
53 | ### Dependencies | 53 | ### Dependencies |
54 | 54 | ||
55 | * NodeJS == 0.12 | 55 | * **NodeJS >= 4.2** |
56 | * Grunt-cli (npm install -g grunt-cli) | 56 | * Grunt-cli (npm install -g grunt-cli) |
57 | * OpenSSL (cli) | 57 | * OpenSSL (cli) |
58 | * MongoDB | 58 | * MongoDB |