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