change code highlighting to bash mode

This commit is contained in:
xenofem 2020-09-11 18:12:26 -04:00
parent 1d025d0f39
commit 4047b52c7d

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
```