Commit 1fc20951 by Tongliang Liu

Added "--recursive" to git clone command in installation via yum section.…

Added "--recursive" to git clone command in installation via yum section. Changed rpm build parent directory to current dir.
parent 3ae1fba1
...@@ -173,10 +173,10 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use ...@@ -173,10 +173,10 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use
.. code-block:: bash .. code-block:: bash
$ git clone git://github.com/ansible/ansible.git $ git clone git://github.com/ansible/ansible.git --recursive
$ cd ./ansible $ cd ./ansible
$ make rpm $ make rpm
$ sudo rpm -Uvh ~/rpmbuild/ansible-*.noarch.rpm $ sudo rpm -Uvh ./rpmbuild/ansible-*.noarch.rpm
.. _from_apt: .. _from_apt:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment