From a1f3f190b5dc8b8d7443c1093e4d1d62c480bce7 Mon Sep 17 00:00:00 2001 From: korovindenis Date: Sat, 29 Jul 2023 09:34:45 +0300 Subject: [PATCH] readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b1b28..5f8715a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,12 @@ To build and run the **Shutdown from Browser** web server, you can use the inclu `make run` The web server will be available at `http://localhost:8081/`. - + +### Install as a Service + +Optionally, you can install **Shutdown from Browser** as a service to ensure it runs automatically on system startup. The Makefile provides a `make install` target to do this for you. + +`make install` ## Configuration