From e039dbb93f921d5c6108c4996c53acc4af165941 Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Wed, 5 May 2021 21:58:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac81d3a..3037bcf 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,11 @@ crontab -e add the line ```console -@reboot /startup.sh +@reboot /startup.sh & ``` +dont forget the ampersand! + also make sure that the paths in startup.sh are correct for your install location