specify language for syntax highlighting in README
This commit is contained in:
parent
5b75c78de3
commit
2879714db1
|
@ -6,6 +6,7 @@ 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
|
||||||
|
|
||||||
|
```bash
|
||||||
git clone https://git.xeno.science/xenofem/markov-bot
|
git clone https://git.xeno.science/xenofem/markov-bot
|
||||||
cd markov-bot
|
cd markov-bot
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
|
@ -15,6 +16,7 @@ Put some text into `corpus.txt`, and then run
|
||||||
cp config.json.example config.json
|
cp config.json.example config.json
|
||||||
vi config.json
|
vi config.json
|
||||||
python markov-bot.py
|
python markov-bot.py
|
||||||
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue