mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Merge pull request #12283 from kennethgillen/patch-1
s/rpmbuild/rpm-build
This commit is contained in:
@@ -192,7 +192,7 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use
|
||||
$ git clone git://github.com/ansible/ansible.git --recursive
|
||||
$ cd ./ansible
|
||||
$ make rpm
|
||||
$ sudo rpm -Uvh ./rpmbuild/ansible-*.noarch.rpm
|
||||
$ sudo rpm -Uvh ./rpm-build/ansible-*.noarch.rpm
|
||||
|
||||
.. _from_apt:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user