add README first version
This commit is contained in:
parent
f5b3660181
commit
d71ce499b3
1 changed files with 26 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue