diff options
author | Bigard Florian <florian.bigard@gmail.com> | 2015-10-30 08:55:17 +0100 |
---|---|---|
committer | Bigard Florian <florian.bigard@gmail.com> | 2015-10-30 08:55:17 +0100 |
commit | e1e7d14480471108fc09298266ae084f6ea5832c (patch) | |
tree | fa880d74e3c4ef27aa92db99ea92e97228b24988 /README.md | |
parent | d148f3b9b180f43d63de84383938de0c9f51b583 (diff) | |
download | PeerTube-e1e7d14480471108fc09298266ae084f6ea5832c.tar.gz PeerTube-e1e7d14480471108fc09298266ae084f6ea5832c.tar.zst PeerTube-e1e7d14480471108fc09298266ae084f6ea5832c.zip |
Change the node version to be exactly 0.12
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Prototype of a decentralized video streaming platform using P2P (bittorent) dire | |||
36 | 36 | ||
37 | ### Dependencies | 37 | ### Dependencies |
38 | 38 | ||
39 | * NodeJS >= 0.12 | 39 | * NodeJS == 0.12 |
40 | * Grunt-cli (npm install -g grunt-cli) | 40 | * Grunt-cli (npm install -g grunt-cli) |
41 | * OpenSSL (cli) | 41 | * OpenSSL (cli) |
42 | * MongoDB | 42 | * MongoDB |