From 7003869783f7193884918458098a1ecc86ffcffb Mon Sep 17 00:00:00 2001 From: Kalya Subramanian Date: Fri, 5 Mar 2021 10:12:33 -0800 Subject: [PATCH] PR feedback Signed-off-by: Kalya Subramanian --- demo/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index 0ced120402..03e69eeb2b 100644 --- a/demo/README.md +++ b/demo/README.md @@ -28,7 +28,10 @@ ### OpenShift -If you are running the demo on an OpenShift cluster, ensure you set `DEPLOY_ON_OPENSHIFT=true` in your `.env` file. +If you are running the demo on an OpenShift cluster, there are additional prerequisites. + +1. Set `DEPLOY_ON_OPENSHIFT=true` in your `.env` file. +1. Install the [oc CLI](https://docs.openshift.com/container-platform/4.7/cli_reference/openshift_cli/getting-started-cli.html). ## Run the Demo From the root of this repository execute: