From aba88108af213203605b464ba6306a751e3b4ab5 Mon Sep 17 00:00:00 2001 From: Andrea Decorte Date: Thu, 12 May 2022 23:06:33 +0200 Subject: [PATCH] Minor fix to the README to improve clarity --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 0d8fbf7..3ef62b3 100644 --- a/readme.md +++ b/readme.md @@ -428,11 +428,10 @@ oc new-project patch-operator #### Deploying from OperatorHub using CLI -If you'd like to launch this operator from the command line, you can use the manifests contained in this repository by running the following: - -oc new-project patch-operator +If you'd like to launch this operator from the command line, you can use the manifests contained in this repository by running the following commands from the folder where you cloned the repository: ```shell +oc new-project patch-operator oc apply -f config/operatorhub -n patch-operator ```