From 48c66e007d9f301e360de9c9a66012e261a4cd8c Mon Sep 17 00:00:00 2001 From: smallsolar Date: Thu, 2 May 2024 11:59:23 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f718354..84ca628 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ * `cd sys_uptime` * `python3 -m venv venv` * `nano uptime.service` - change the directories +* `nano sys_uptime.py` - change the host * `sudo cp uptime.service /etc/systemd/system/` * `sudo systemctl enable uptime` * `source venv/bin/activate`