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
git clone https://git.xeno.science/xenofem/journal3
cd journal3
python3 -m venv env
source env/bin/activate
pip install discord.py
echo <token> > token
python journal3.py
```bash
git clone https://git.xeno.science/xenofem/journal3
cd journal3
python3 -m venv env
source env/bin/activate
pip install discord.py
echo <token> > token
python journal3.py
```