From 685168997a0b3a606ea42035e10ea3dbefe97ac0 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Tue, 19 Sep 2023 08:19:33 +0200 Subject: [PATCH] Make sure lines are not joined together. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d68cc2..e82f3872 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ The main objective is to showcase that a user can take a trained model, use a pi 1. Configure the default Identity Provider 1. Install Red Hat Advanced Cluster Management 1. Register the clusters -[ACM Application](https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/applications/managing-applications) manifests are located in [acm/registration](acm/registration) to register and configure the target environments required for the AI at the Edge use cases. The files can be applied to the ACM hub cluster manually: + + [ACM Application](https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/applications/managing-applications) manifests are located in [acm/registration](acm/registration) to register and configure the target environments required for the AI at the Edge use cases. The files can be applied to the ACM hub cluster manually: ``` $ oc apply -k acm/registration ```