We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1447b commit 68aab73Copy full SHA for 68aab73
1 file changed
readme.md
@@ -49,10 +49,9 @@ Go to the folder where you want to keep your config files,
49
mkdir c:\openflow
50
cd \openflow
51
```
52
-
53
-install [pm2-windows-service](https://www.npmjs.com/package/pm2-windows-service)
54
+install pm2 as a global package, and then install [pm2-windows-service](https://www.npmjs.com/package/pm2-windows-service)
55
```bash
+npm i -g pm2
56
npm i -g pm2-windows-service
57
pm2-service-install
58
0 commit comments