From 3b0dbbf2d3d35a138de4811b7a1e842e8d265e7e Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Fri, 23 Dec 2022 17:23:41 +0200 Subject: [PATCH] better readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ca38e9..c8d3b5b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ A Raspberry PI connected to local network can do the job of serving the password # copy the files cp password.py /opt/ cp password.service /etc/systemd/system/ +chmod +x /opt/password.py +chmod +x /etc/systemd/system/password.service # Install the depentencies apt update