update README
This commit is contained in:
parent
4999c52437
commit
43508edc66
1 changed files with 16 additions and 2 deletions
18
README.rst
18
README.rst
|
@ -10,7 +10,7 @@ Prerquire :
|
||||||
|
|
||||||
pip3 install zc.buildout
|
pip3 install zc.buildout
|
||||||
|
|
||||||
clone this repositori, then :
|
clone this repository, then :
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
@ -22,4 +22,18 @@ Utilisation
|
||||||
|
|
||||||
.. code-block:: bash
|
.. 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
|
||||||
|
|
Loading…
Reference in a new issue