Skip to content

Commit 68aab73

Browse files
committed
update guide
1 parent 7a1447b commit 68aab73

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ Go to the folder where you want to keep your config files,
4949
mkdir c:\openflow
5050
cd \openflow
5151
```
52-
53-
install [pm2-windows-service](https://www.npmjs.com/package/pm2-windows-service)
54-
52+
install pm2 as a global package, and then install [pm2-windows-service](https://www.npmjs.com/package/pm2-windows-service)
5553
```bash
54+
npm i -g pm2
5655
npm i -g pm2-windows-service
5756
pm2-service-install
5857
```

0 commit comments

Comments
 (0)