mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Merge pull request #10224 from cooniur/devel
Update outdated command description in section "Latest Release Via Yum"
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user