Skip to content

Commit

Permalink
git clone need not --recurse (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel authored Sep 8, 2020
1 parent 7cb3568 commit aa99bef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa99bef

Please sign in to comment.