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
|
||||
|
||||
```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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user