add README first version

This commit is contained in:
Martin/Geno 2018-08-23 12:55:52 +02:00
parent f5b3660181
commit d71ce499b3
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 26 additions and 0 deletions

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# Dependencies
- python3
- nginx
- sopel
## Install
```
cd ~/Eingangsschalter
sudo ./install.sh
```
### Afterwards
- configurate nginx
- configurate sopel
- edit ~/.sopel/default.cfg
- restart ircbot with `sudo systemctl restart ircbot` or run `sudo ./install.sh` again
## Update
```
cd ~/Eingangsschalter
git pull
sudo ./install.sh
```