From 76cc63b4c80fdb0cfe49bd41ca0ac07359ad7570 Mon Sep 17 00:00:00 2001 From: light24bulbs Date: Thu, 13 Aug 2015 14:12:14 -0700 Subject: [PATCH] updated readme to warn of mem leak with iojs 3.0 https://github.com/nodejs/node/issues/2308 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 448c69609..393fb9839 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ Works on Linux (stable) & MacOSx (stable) & Windows (stable). $ npm install pm2 -g ``` -*npm is a builtin CLI when you install Node.js - [Installing Node.js or io.js with NVM](https://keymetrics.io/2015/02/03/installing-node-js-and-io-js-with-nvm/)* +*npm is a builtin CLI when you install Node.js - [Installing Node.js or io.js with NVM](https://keymetrics.io/2015/02/03/installing-node-js-and-io-js-with-nvm/) * + +*[pm2 is not yet compatible with io.js-v3.0.0](https://github.com/nodejs/node/issues/2308) * ## Start an application