1
0
Fork 0

README: small improvements

main
missytake 2023-12-15 22:06:10 +01:00
parent c8bc7f12c9
commit 8fc3fc6f5e
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ and keep it running in the background,
run:
```
systemctl --user start teams-bot
systemctl --user enable --now teams-bot
```
You can view the log output
@ -105,5 +105,5 @@ python3 -m venv venv
. venv/bin/activate
pip install pytest tox black pytest-xdist pytest-timeout
pip install -e .
DCC_NEW_TMP_EMAIL='https://ci.testrun.org/new_email?t=1h_2364962873z' tox
tox
```