From 66efbe4ee6e10e577e298486a7b5d6f35a23d6f9 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Mon, 27 Feb 2017 16:21:46 -0800 Subject: [PATCH] [README.md]: Fix formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce41a8f971..b6b114ea31 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ To clone the code repository recursively, assuming git version 1.9 or newer: git clone --recursive https://github.com/Azure/sonic-buildimage.git NOTE: If the repo has already been cloned, however there are no files under the submodule directories (e.g., src/lldpd, src/ptf, src/sonic-linux-kernel, etc.), you can manually fetch all the git submodules as follows: + git submodule update --init --recursive You also need to change all git paths to relative path as we build all submodules inside the docker: