Skip to content

Commit aba8810

Browse files
committed
Minor fix to the README to improve clarity
1 parent 1ecca9b commit aba8810

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,10 @@ oc new-project patch-operator
428428

429429
#### Deploying from OperatorHub using CLI
430430

431-
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:
432-
433-
oc new-project patch-operator
431+
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:
434432

435433
```shell
434+
oc new-project patch-operator
436435
oc apply -f config/operatorhub -n patch-operator
437436
```
438437

0 commit comments

Comments
 (0)