From 181d62cba609b97a52dfbef8043c5d744efd7afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Wed, 24 Aug 2022 20:45:57 +0200 Subject: [PATCH] Add forgotten cd command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1666382..57a50b3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ join the [Alertbot room on matrix](https://matrix.to/#/#alertbot:hyteck.de) Clone this repository to your local computer and install maubot to have access to the maubot CLI ```shell git clone https://github.com/moan0s/alertbot +cd alertbot pip install maubot ```