diff --git a/README.rst b/README.rst index c0b10e9daa2b412c0661e9a9c59d1cb43d8b6672..7cd7cfd0c9310bab935dc0560c610170b46bc912 100644 --- a/README.rst +++ b/README.rst @@ -6,18 +6,22 @@ A repository of Ansible modules. Installation ------------ -To use these modules, add a git submodule under the ``library`` directory at the -root of the playbooks directory:: +To use these modules, add a git submodule under the :code:`library` directory +at the root of the playbooks directory + +.. code:: shell mkdir library touch library/__init__.py git submodule add https://www.shore.co.il/cgit/ansible-modules library/shore -To update the submodule :: +To update the submodule + +.. code:: shell git submodule update --remote library/shore -Remember to commit ``.gitmodules``! +Remember to commit :code:`.gitmodules`! Modules -------