From 8fc3fc6f5e37214952a2000f4b9ffc7d78dc620b Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 15 Dec 2023 22:06:10 +0100 Subject: [PATCH] README: small improvements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdbb122..fe0df74 100644 --- a/README.md +++ b/README.md @@ -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 ```