From 3bb52e50a2d23cf5cd78bcc2a99d549de3a83f5a Mon Sep 17 00:00:00 2001 From: dataprolet Date: Mon, 27 May 2024 12:06:16 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1721ad9..0ed15cf 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,7 @@ $ sh installer.sh 3. Change time in script if necessary (default is 9:30 p.m. and 6:00 a.m.) 4. Alternatively use the themer-sun.sh script to change themes according to your locations sunrise/sunset and specify location in the script 5. Enable and start the timer: +``` $ systemctl --user enable themer.timer -$ systemctl --user start themer.timer \ No newline at end of file +$ systemctl --user start themer.timer +```