Issue-ID: PORTAL-913 optimization in git clone using --depth
[portal.git] / docs / tutorials / portal-BE / setting-up.rst
index a2155c3..3644899 100644 (file)
@@ -18,7 +18,7 @@ Clone the Portal repository with git:
 
 ::
 
-    git clone "https://gerrit.onap.org/r/portal"
+    git clone --depth 1 "https://gerrit.onap.org/r/portal"
 
 Building
 -----------------
@@ -26,6 +26,7 @@ Building
 ::
 
     cd portal-BE/
+    If you get this error "unable to prepare context: path ".\r" not found" please use this command dos2unix build.sh
     ./build.sh
 
 Viewing your app