From 9ac3e0ce0add98ea7f2b244df4889aeca0605c50 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Sun, 24 Apr 2022 05:00:19 +0300 Subject: [PATCH] Fixing adoc formatting --- README.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 11c2c98..000e319 100644 --- a/README.adoc +++ b/README.adoc @@ -3,6 +3,7 @@ :url-hatnix: https://hatnix.net = ameliabot + A chatbot for owncast, inspiration from {url-hatbot}[hatbot] by {url-hatnix}[hatniX]. Code attributions can be found in `ATTRIBUTION.adoc` @@ -16,8 +17,9 @@ Code attributions can be found in `ATTRIBUTION.adoc` * Install Flask (`pip --user install Flask`) * Create an Owncast webhook url pointing to your bot's location - * http://localhost:5000/webhook/owncast if bot and owncast are on the same machine -* Copy `config-example.json` to `config.json` and fill out the information required +** http://localhost:5000/webhook/owncast if bot and owncast are on the same machine +* Run ameliabot the first time to generate a minimal configuration file +** Or copy `config.example.ini` to `config.ini` and fill out the information required Ameliabot can be run by executing `start.sh` or: ```