From 4047b52c7d18562649983b11e0ec976fb8b0d9ac Mon Sep 17 00:00:00 2001 From: xenofem Date: Fri, 11 Sep 2020 18:12:26 -0400 Subject: [PATCH] change code highlighting to bash mode --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5019697..fd5b1d4 100644 --- a/README.md +++ b/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 - 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 +python journal3.py +```