Skip to content

Commit 7f605d5

Browse files
authored
Merge pull request #2131 from jsturtevant/patch-1
Use git to clone the repo
2 parents 8a61911 + f3d4073 commit 7f605d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/developers/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ When developing on Windows, it is suggested to set up the project on Windows + W
7474
### Get the source
7575

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

8181
### Get familiar with basic concepts

0 commit comments

Comments
 (0)