From 1fc20951579c6fef99978b4e9fd7176a53a1f757 Mon Sep 17 00:00:00 2001 From: Tongliang Liu Date: Wed, 11 Feb 2015 20:00:38 -0800 Subject: [PATCH] Added "--recursive" to git clone command in installation via yum section. Changed rpm build parent directory to current dir. --- docsite/rst/intro_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 07e0c501c70..303880cac11 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -173,10 +173,10 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use .. code-block:: bash - $ git clone git://github.com/ansible/ansible.git + $ git clone git://github.com/ansible/ansible.git --recursive $ cd ./ansible $ make rpm - $ sudo rpm -Uvh ~/rpmbuild/ansible-*.noarch.rpm + $ sudo rpm -Uvh ./rpmbuild/ansible-*.noarch.rpm .. _from_apt: