change code highlighting to bash mode

main
xenofem 2020-09-11 18:12:26 -04:00
parent 1d025d0f39
commit 4047b52c7d
1 changed files with 9 additions and 7 deletions

View File

@ -8,10 +8,12 @@ Tag the bot in any channel, and it'll reply with a downloadable text file contai
## Setup ## Setup
git clone https://git.xeno.science/xenofem/journal3 ```bash
cd journal3 git clone https://git.xeno.science/xenofem/journal3
python3 -m venv env cd journal3
source env/bin/activate python3 -m venv env
pip install discord.py source env/bin/activate
echo <token> > token pip install discord.py
python journal3.py echo <token> > token
python journal3.py
```