mirror of
https://github.com/cquest/tootbot.git
synced 2024-11-23 20:11:06 +00:00
Fix markdown layout
This commit is contained in:
parent
66d688f698
commit
3b948146ff
|
@ -24,19 +24,17 @@ The script is simply called by a cron job and can run on any server (does not ha
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```python
|
```shell
|
||||||
# clone this repo
|
# clone this repo
|
||||||
git clone https://github.com/cquest/tootbot.git
|
git clone https://github.com/cquest/tootbot.git
|
||||||
cd tootbot
|
cd tootbot
|
||||||
|
|
||||||
# install required python modules
|
# install required python modules
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
|
||||||
|
|
||||||
# install additional required software
|
# install additional required software
|
||||||
|
sudo apt install jq
|
||||||
apt install jq
|
```
|
||||||
|
|
||||||
|
|
||||||
## Useage
|
## Useage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user