From a09cb9c1cd156d50dfd5ad8444902b0dbb15823b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Wed, 15 Jan 2020 16:13:50 +0100 Subject: [PATCH] add more info to install steps --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b0856a3..c6412ac 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ mv fbBot /usr/local/bin/ cp contrib/etc / mkdir -p /etc/fbBot/content chmod 755 /etc/fbBot/content + +# change the /etc/fbBot/config.yaml to match your settings + systemctl daemon-reload systemctl enable fbBot.service systemctl start fbBot.service