specify language for syntax highlighting in README

master
xenofem 2020-05-14 15:38:12 -04:00
parent 5b75c78de3
commit 2879714db1
1 changed files with 11 additions and 9 deletions

View File

@ -6,15 +6,17 @@ Markov chain discord bot, sends randomly generated sentences at configurable int
Put some text into `corpus.txt`, and then run Put some text into `corpus.txt`, and then run
git clone https://git.xeno.science/xenofem/markov-bot ```bash
cd markov-bot git clone https://git.xeno.science/xenofem/markov-bot
python3 -m venv env cd markov-bot
source env/bin/activate python3 -m venv env
pip install discord.py source env/bin/activate
python markov-prep.py pip install discord.py
cp config.json.example config.json python markov-prep.py
vi config.json cp config.json.example config.json
python markov-bot.py vi config.json
python markov-bot.py
```
## Configuration ## Configuration