From aa99bef23d1caed3418f0dff48a3b7067737e4f1 Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Tue, 8 Sep 2020 10:59:52 +0800 Subject: [PATCH] git clone need not --recurse (#686) --- docs/development.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/development.md b/docs/development.md index 6ea7880855d..b87b03c6841 100644 --- a/docs/development.md +++ b/docs/development.md @@ -14,11 +14,9 @@ Use of this project requires the following: ## Cloning this repository -Make sure that you clone this repository with `--recurse` - there is a submodule with common code that we pull from the `https://github.com/azure/perks` project. - ``` powershell # clone recursively -git clone https://github.com/azure/autorest.powershell --recurse +git clone https://github.com/azure/autorest.powershell # one-time cd autorest.powershell