From a935ac5ad156e66f16c2b6053871d7c43e845c13 Mon Sep 17 00:00:00 2001 From: Douglas Landgraf Date: Wed, 2 Oct 2024 06:46:31 -0400 Subject: [PATCH] Update docs/devel/README.md Co-authored-by: Albert Esteve <102953499+aesteve-rh@users.noreply.github.com> --- docs/devel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/README.md b/docs/devel/README.md index 3b82d8c..6f5db00 100644 --- a/docs/devel/README.md +++ b/docs/devel/README.md @@ -257,7 +257,7 @@ We recommend using the existing drop-in files as a guide and adapting them to yo 1) Create a drop-in file in the directory: `etc/qm/containers/containers.conf.d` 2) Add it as a sub-package to `rpm/qm.spec` -3) Test it by running: `rm -rf rpmbuild/ && VERSION=YOURVERSIONHERE make rpm` +3) Test it by running: `make clean && VERSION=YOURVERSIONHERE make rpm` 4) Additionally, test it without enabling the sub-package using: ```bash