better readme

This commit is contained in:
Ste Vaidis 2022-12-23 17:23:41 +02:00
parent fca8771749
commit 3b0dbbf2d3

View File

@ -32,6 +32,8 @@ A Raspberry PI connected to local network can do the job of serving the password
# copy the files # copy the files
cp password.py /opt/ cp password.py /opt/
cp password.service /etc/systemd/system/ cp password.service /etc/systemd/system/
chmod +x /opt/password.py
chmod +x /etc/systemd/system/password.service
# Install the depentencies # Install the depentencies
apt update apt update