CONTRIBUTING: Tweak documentation for new contributors
The CONTRIBUTING.MD was very useful. In this commit I'm suggesting a couple changes that I had to make to get it to work. Hope it helps.
This commit is contained in:
parent
20c40b59ac
commit
2d331034e5
1 changed files with 3 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ $ cd osbuild-composer
|
|||
2. To install the build-requirements for Fedora and friends, use:
|
||||
|
||||
```
|
||||
$ dnf group install 'RPM Development Tools' # Install rpmbuild
|
||||
$ dnf builddep osbuild-composer.spec # Install build-time dependencies
|
||||
$ sudo dnf group install 'RPM Development Tools' # Install rpmbuild
|
||||
$ sudo dnf builddep osbuild-composer.spec # Install build-time dependencies
|
||||
$ sudo dnf -y install cockpit-composer # Optional: Install cockpit integration
|
||||
$ sudo systemctl start cockpit.socket # Optional: Start cockpit
|
||||
```
|
||||
|
|
@ -30,6 +30,7 @@ $ sudo systemctl start cockpit.socket # Optional: Start cockpit
|
|||
directory, install it, and then run it:
|
||||
|
||||
```
|
||||
$ rm -rf rpmbuild/
|
||||
$ make rpm
|
||||
$ sudo dnf -y install rpmbuild/RPMS/x86_64/*
|
||||
$ sudo systemctl start osbuild-composer.socket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue