From 42a8d3f9ca5dd3920aa9a908634cfbc072dffa41 Mon Sep 17 00:00:00 2001 From: smallsolar Date: Thu, 2 May 2024 07:56:57 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ec7a45d..f718354 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # sys_uptime +## Installation +* `git clone https://git.solarcene.community/smallsolar/sys_uptime.git` +* `cd sys_uptime` +* `python3 -m venv venv` +* `nano uptime.service` - change the directories +* `sudo cp uptime.service /etc/systemd/system/` +* `sudo systemctl enable uptime` +* `source venv/bin/activate` +* `pip3 install requests uptime` +* `sudo systemctl start uptime` \ No newline at end of file