Added "--recursive" to git clone command in installation via yum section. Changed rpm build parent directory to current dir.

This commit is contained in:
Tongliang Liu 2015-02-11 20:00:38 -08:00
parent 3ae1fba12b
commit 1fc2095157

View file

@ -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: