From ee72ed0c8939e717928b58d7711226d119ff7d73 Mon Sep 17 00:00:00 2001 From: lou Date: Sun, 13 Oct 2024 14:41:44 -0400 Subject: [PATCH] add status command to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 166f32a..941fdb8 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,5 @@ After doing that, you are now ready to use the script. + **Start Server:** `./manage up` + **Stop Server:** `./manage down` + **Restart Server:** `./manage restart` ++ + **Server Status:** `./manage --status` + **Help:** `./manage help`