diff --git a/README.rst b/README.rst index ae6ce68..e80e518 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,25 @@ `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 ***********