Skip to content

Commit ad4d04c

Browse files
Merge pull request #23 from andreadecorte/readme
Minor fix to the README to improve clarity
2 parents 1ecca9b + aba8810 commit ad4d04c

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)