From 9b387bfd24097dd235fb9ad75ecbd707bd764cc6 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Thu, 16 Jun 2016 13:54:41 -0700 Subject: [PATCH] Update README.md Refine document about git submodule --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 07ec85b156..1789c09487 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ Build the [Azure/sonic-linux-kernel](https://github.com/Azure/sonic-linux-kernel Run the script to build the .deb file into ./deps directory. ./get_deps.sh + +## 4. Fetch the git submodule +If there is no files under ./docker-base, manually fetch them. + + git submodule update --init --recursive # Usage ## Build NOS installer image