Skip to content

Commit

Permalink
Merge pull request #2131 from jsturtevant/patch-1
Browse files Browse the repository at this point in the history
Use git to clone the repo
  • Loading branch information
k8s-ci-robot authored Feb 28, 2022
2 parents 8a61911 + f3d4073 commit 7f605d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/developers/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ When developing on Windows, it is suggested to set up the project on Windows + W
### Get the source

```shell
go get -d sigs.k8s.io/cluster-api-provider-azure
cd "$(go env GOPATH)/src/sigs.k8s.io/cluster-api-provider-azure"
git clone https://github.com/kubernetes-sigs/cluster-api-provider-azure
cd cluster-api-provider-azure
```

### Get familiar with basic concepts
Expand Down

0 comments on commit 7f605d5

Please sign in to comment.