This commit is contained in:
Andreas Bielawski 2016-09-07 16:03:26 +02:00
parent 7bd1a405c4
commit e41bd82c38
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Brawlbot v2 ist freie Software; du darfst ihn modifizieren und weiterverbreiten,
# Für User
## Setup
### Ubuntu und Debian
Falls du Ubuntu oder Debian verwendest, kannst du einfach `./install dependencies.sh` ausführen, damit alles installiert wird. Ergänze dann noch den `bot_api_key` und die `admin`-ID (Bekommst du in Telegram mit `@Brawlbot id`) und kopiere die config.lua.example nach config.lua.
Falls du Ubuntu oder Debian verwendest, kannst du einfach `./install-dependencies.sh` ausführen, damit alles installiert wird. Ergänze dann noch den `bot_api_key` und die `admin`-ID (Bekommst du in Telegram mit `@Brawlbot id`) und kopiere die config.lua.example nach config.lua.
Für eine manuelle Installation musst du LuaRocks für 5.2 [selbst kompilieren](http://stackoverflow.com/a/20359102).