network/iojs: Add note about nodejs.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-12-31 10:17:41 -08:00 committed by Willy Sudiarto Raharjo
parent 71e60f0042
commit c7d333cb43

View file

@ -1,7 +1,5 @@
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.
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.
WARNING: iojs will conflict with node and nodejs.
Either install the nodejs package (recommended), node, or iojs from SBo, but not both. All packages include npm. nodejs is the most current package.