Add forgotten cd command

This commit is contained in:
Julian-Samuel Gebühr 2022-08-24 20:45:57 +02:00
parent 8fb5f7c057
commit 181d62cba6

View File

@ -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 Clone this repository to your local computer and install maubot to have access to the maubot CLI
```shell ```shell
git clone https://github.com/moan0s/alertbot git clone https://github.com/moan0s/alertbot
cd alertbot
pip install maubot pip install maubot
``` ```