change code highlighting to bash mode
This commit is contained in:
parent
1d025d0f39
commit
4047b52c7d
16
README.md
16
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue