From 9e7e02a3acc327c8ac55692c9ac1aaf661035c55 Mon Sep 17 00:00:00 2001 From: Arpita Patel Date: Tue, 17 Oct 2023 09:55:08 -0500 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f201fc..b93dcd2 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Navigate to NextGen directory and clone the repo using below commands: ``` $ git clone https://github.com/CIROH-UA/NGIAB-CloudInfra.git -$ cd CloudInfra +$ cd NGIAB-CloudInfra ``` Once you are in *CloudInfra* directory, you should see `guide.sh` in it. Now, we are ready to run the model using that script. @@ -119,7 +119,7 @@ Once you are in *CloudInfra* directory, you should see `guide.sh` in it. Now, we #### WSL, Linux and Mac Steps: Follow below steps to run `guide.sh` script ``` - # Note: Make sure you are in ~/Documents/NextGen/CloudInfra directory + # Note: Make sure you are in ~/Documents/NextGen/NGIAB-CloudInfra directory $ ./guide.sh ```