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`