Fix markdown layout

This commit is contained in:
Christian Quest 2022-12-07 11:46:09 +01:00 committed by GitHub
parent 66d688f698
commit 3b948146ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,19 +24,17 @@ The script is simply called by a cron job and can run on any server (does not ha
## Setup
```python
```shell
# clone this repo
git clone https://github.com/cquest/tootbot.git
cd tootbot
# install required python modules
pip3 install -r requirements.txt
```
# install additional required software
apt install jq
sudo apt install jq
```
## Useage