From 6d58c98b249e76966c9ca615b93823726113b702 Mon Sep 17 00:00:00 2001
From: Louis Lam <louislam@users.noreply.github.com>
Date: Sun, 8 Aug 2021 23:51:23 +0800
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 93b6ad93b..aac4fad5b 100644
--- a/README.md
+++ b/README.md
@@ -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.