From 576bc97d5931bff04719fab994d2eae843f8fa9d Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 3 Nov 2015 01:44:22 +0100 Subject: [PATCH] better README.rst (try out doc) --- README.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.rst b/README.rst index ae6ce68..e80e518 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,25 @@ few configuration files, extensive debug logs and full documentation. `Screenshots `_. +*********** + Try out +*********** + +.. sourcecode:: bash + + # change the directory where to put the configuration (default: /etc) + $ export SYSCONFDIR= + + # install ldapcherry + $ pip install ldapcherry + + # edit configuration + $ vi /etc/ldapcherry/ldapcherry.ini + + # launch ldapcherry + $ ldapcherryd -c /etc/ldapcherry/ldapcherry.ini + + *********** License ***********