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

@ -5,7 +5,7 @@ An HTTP service for building bootable OS images. It provides the same API as [lo
You can control it in [Cockpit](https://github.com/weldr/cockpit-composer) or using the [composer-cli](https://weldr.io/lorax/composer-cli.html). To get started on Fedora, run:
```
# dnf install cockpit-composer golang-github-osbuild-composer composer-cli
# dnf install cockpit-composer osbuild-composer composer-cli
# systemctl enable --now cockpit.socket
# systemctl enable --now osbuild-composer.socket
```