From 88e08cb54da10b045a32defa6a6d827701195bee Mon Sep 17 00:00:00 2001 From: Nitin Madhok Date: Sun, 28 Sep 2014 08:25:08 -0400 Subject: [PATCH] Doc fix in intro_installation.rst Missing code block --- docsite/rst/intro_installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index a03ccdb0fbc..26fde51fe6c 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -122,6 +122,8 @@ Ansible also uses the following Python modules that need to be installed:: Note when updating ansible, be sure to not only update the source tree, but also the "submodules" in git which point at Ansible's own modules (not the same kind of modules, alas). +.. code-block:: bash + $ git pull --rebase $ git submodule update