From b25bc9d9094e71963e7a8c8eafd153fd81ec949e Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuagu37@gmail.com>
Date: Thu, 20 Oct 2022 15:28:13 +0200
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7fb3d95..7bae338 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,9 @@ See [NVIDIA Deep Learning Examples](https://catalog.ngc.nvidia.com/orgs/nvidia/r
 ### On local computer
 - Clone the repository  
 ```
+cd /samsung1t/ngc
 git clone https://github.com/NVIDIA/DeepLearningExamples
-cd ngc/DeepLearningExamples/PyTorch/Segmentation/nnUNet
+cd DeepLearningExamples/PyTorch/Segmentation/nnUNet
 ```
 
 - Build the nnU-Net PyTorch NGC container
-- 
GitLab