diff options
Diffstat (limited to 'network/iojs/README')
-rw-r--r-- | network/iojs/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/iojs/README b/network/iojs/README new file mode 100644 index 000000000000..eb67696fbf2a --- /dev/null +++ b/network/iojs/README @@ -0,0 +1,7 @@ +io.js is a JavaScript platform built on Chrome's V8 runtime. +This project began as a fork of Joyent's Node.js™ and is compatible with the +npm ecosystem. + +WARNING: iojs will conflict with node. +Either install the node package, or iojs from SBo, but not both. Both packages +include npm. |