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,6 +8,7 @@ Tag the bot in any channel, and it'll reply with a downloadable text file contai
## Setup ## Setup
```bash
git clone https://git.xeno.science/xenofem/journal3 git clone https://git.xeno.science/xenofem/journal3
cd journal3 cd journal3
python3 -m venv env python3 -m venv env
@ -15,3 +16,4 @@ Tag the bot in any channel, and it'll reply with a downloadable text file contai
pip install discord.py pip install discord.py
echo <token> > token echo <token> > token
python journal3.py python journal3.py
```