Issue-ID: APPC-1882 optimization in git clone using --depth
[appc/deployment.git] / docs / APPC Deployment Guidelines / APPC Deployment Guidelines.rst
index 5679d1e..2d36875 100644 (file)
@@ -117,7 +117,7 @@ You can clone this repository to your docker host:
 
 .. code:: bash
 
-    git clone "https://gerrit.onap.org/r/appc/deployment"
+    git clone --depth 1 "https://gerrit.onap.org/r/appc/deployment"
 
 Downloading the APPC Docker Images
 ----------------------------------