From 8ede7fe83c5ea4defbeeaef787cbf01b62c9e7cf Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Mon, 11 Mar 2024 22:43:25 +0100 Subject: [PATCH] on-prem/installation: Mention weldr-client This hopefully helps with #53. --- docs/on-premises/01-installation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/on-premises/01-installation/index.md b/docs/on-premises/01-installation/index.md index 4e94e664e..a27135100 100644 --- a/docs/on-premises/01-installation/index.md +++ b/docs/on-premises/01-installation/index.md @@ -10,6 +10,8 @@ For CLI only, run the following command to install necessary packages: $ sudo dnf install osbuild-composer composer-cli ``` +Note that `composer-cli` is a virtual provides for the actual package name, which is `weldr-client` for historical reasons. + To enable the service, run this command: ```