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