README: small improvements

This commit is contained in:
missytake 2023-12-15 22:06:10 +01:00
parent c8bc7f12c9
commit 8fc3fc6f5e

View file

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