Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions docs/features/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,17 +290,3 @@ Learn how to do [clean stop and restart](http://pm2.keymetrics.io/docs/usage/sig
Learn how to [deploy and update production applications easily](http://pm2.keymetrics.io/docs/usage/deployment/).

Monitor your production applications with [PM2.io](https://app.pm2.io/).

## How to update PM2

Install the latest pm2 version:

```bash
npm install pm2@latest -g
```

Then update the in-memory PM2 :

```bash
pm2 update
```