add more info to install steps

This commit is contained in:
2020-01-15 16:13:50 +01:00
parent aa5060850d
commit a09cb9c1cd

View File

@@ -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