Update README.md

This commit is contained in:
Louis Lam 2021-08-08 23:51:23 +08:00 committed by GitHub
parent 6ca7ca4e7e
commit 6d58c98b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,14 @@ pm2 start npm --name uptime-kuma -- run start-server -- --port=80 --hostname=0.0
```
More useful commands if you have installed.
```bash
pm2 start uptime-kuma
pm2 restart uptime-kuma
pm2 stop uptime-kuma
```
Browse to http://localhost:3001 after started.