From 3b948146ffa2961a8e385c478b75e2a9721fe907 Mon Sep 17 00:00:00 2001 From: Christian Quest Date: Wed, 7 Dec 2022 11:46:09 +0100 Subject: [PATCH] Fix markdown layout --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 343fac7..d7dd110 100644 --- a/README.md +++ b/README.md @@ -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