1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #10224 from cooniur/devel

Update outdated command description in section "Latest Release Via Yum"
This commit is contained in:
Brian Coca 2015-02-12 09:43:47 -05:00
commit 0692cc2b60

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: