diff --git a/README.md b/README.md index 2cfbbfe65..175d235d1 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,23 @@ To get started you will first need to satisfy the following pre-requisites: ## Deploy the Operator via ODH +On a cluster with ODH installed, create a namespace where you would like to install DSPO: Deploy the following `DataScienceCluster`: +```bash +ODH_NS=opendatahub +oc new-project ${ODH_NS} +``` + +Then deploy the following `DataScienceCluster` into the namespace created above: + ```bash cat <