update readmes to use the new osbuild-composer package

This commit is contained in:
Ondřej Budai 2020-03-23 12:38:21 +01:00 committed by Tom Gundersen
parent b45119c471
commit 247e8cb205
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ $ cd osbuild-composer
```
$ dnf group install 'RPM Development Tools' # Install rpmbuild
$ dnf builddep golang-github-osbuild-composer.spec # Install build-time dependencies
$ 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
```