You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,21 +55,24 @@ Official website: [https://pm2.keymetrics.io/](https://pm2.keymetrics.io/)
55
55
Works on Linux (stable) & macOS (stable) & Windows (stable). All Node.js versions are supported starting Node.js 12.X and Bun since v1
56
56
57
57
58
-
###Installing PM2
58
+
## Installing PM2
59
59
60
-
With NPM:
60
+
### With NPM
61
61
62
62
```bash
63
63
$ npm install pm2 -g
64
64
```
65
65
66
-
With Bun:
66
+
### With Bun
67
67
68
68
```bash
69
69
$ bun install pm2 -g
70
70
```
71
+
**Please note that you might need to symlink node to bun if you only want to use bun via `sudo ln -s /home/$USER/.bun/bin/bun /usr/bin/node`**
71
72
72
-
You can install Node.js easily with [NVM](https://github.com/nvm-sh/nvm#installing-and-updating) or [FNM](https://github.com/Schniz/fnm) and Bun with `curl -fsSL https://bun.sh/install | bash`
73
+
___
74
+
75
+
You can install Node.js easily with [NVM](https://github.com/nvm-sh/nvm#installing-and-updating) or [FNM](https://github.com/Schniz/fnm) or install Bun with `curl -fsSL https://bun.sh/install | bash`
0 commit comments