From 43508edc6655af1c64ea22582a9d3494ab62a37b Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sat, 9 Jan 2021 18:52:35 +0100 Subject: [PATCH] update README --- README.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 483e0d6..80dd5af 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ Prerquire : pip3 install zc.buildout -clone this repositori, then : +clone this repository, then : .. code-block:: bash @@ -22,4 +22,18 @@ Utilisation .. code-block:: bash - ./bin/kabot + ./bin/kabot -c config.ini + +Configuration +------------- + +.. include:: config.ini.sample + :literal: + +Docker +------ + +.. code-block:: bash + + docker build -t kabot . + docker run -v /pa/to/your/data:/data kabot:latest