From 5ceb303b8c833297976d05d6ee5d45ca816ca1b5 Mon Sep 17 00:00:00 2001 From: Arpita Patel Date: Tue, 7 Nov 2023 08:44:48 -0600 Subject: [PATCH] Updated README.md - Added git checkout main so that end users always use main branch instead of the default branch set for the repo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96822f7..db1a217 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Navigate to NextGen directory and clone the repo using below commands: ```bash $ cd ../.. $ git clone https://github.com/CIROH-UA/NGIAB-CloudInfra.git +$ git checkout main $ cd NGIAB-CloudInfra ```