diff --git a/README.md b/README.md index c2e6ae95..fcc56e57 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Thanks in advance and we hope that you like pm2! The prefered Node version to run PM2, is the **0.11.10** -The latest stable version can always be installed via NPM: +The latest stable version is installable via NPM: ```bash $ npm install pm2@latest -g @@ -115,11 +115,6 @@ If the above fails: $ npm install git://github.com/Unitech/pm2#master -g ``` -Common problems on installation: - -- node-gyp permission problem: [Setup a new user on your server](https://github.com/Unitech/pm2/issues/188#issuecomment-30204146) or add the `--unsafe-perm` to the npm command -- if Make/GCC or other are missing `sudo apt-get install build-essential` on Ubuntu - ## Usage diff --git a/package.json b/package.json index b5f0d753..85478278 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pm2", "preferGlobal": "true", - "version": "0.8.3", + "version": "0.8.4", "os" : [ "!win32" ], "engines": { "node": ">=0.10"