From 247e8cb20550d0d059c1a05e84ab1105e8a53a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 23 Mar 2020 12:38:21 +0100 Subject: [PATCH] update readmes to use the new osbuild-composer package --- CONTRIBUTING.md | 2 +- README.md | 2 +- test/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd186a48d..fc6d8863a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ``` diff --git a/README.md b/README.md index 6d9930146..8117742b8 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/test/README.md b/test/README.md index 9398e45f6..5a56b59d6 100644 --- a/test/README.md +++ b/test/README.md @@ -55,9 +55,9 @@ The easiest way to get started with integration testing from a git checkout is: * `dnf -y install rpm-build` -* `dnf -y builddep golang-github-osbuild-composer.spec` +* `dnf -y builddep osbuild-composer.spec` * `make rpm` to build the software under test -* `dnf install rpmbuild/RPMS/x86_64/golang-github-osbuild-composer-*.rpm` - this will +* `dnf install rpmbuild/RPMS/x86_64/osbuild-composer-*.rpm` - this will install both osbuild-composer, its -debuginfo, -debugsource and -tests packages * `systemctl start osbuild-composer` * `/usr/libexec/tests/osbuild-composer/osbuild-tests` to execute the test suite.