Skip to content

Commit

Permalink
chore: updated cloning instructions (aws#4809)
Browse files Browse the repository at this point in the history
old command led to some permissions issues with the message "Please make sure you have the correct access rights and the repository exists."
  • Loading branch information
rhboyd authored and shivlaks committed Nov 1, 2019
1 parent 8b0097e commit 6e22f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For day-to-day development and normal contributions, [Node.js ≥ 10.3.0](https:
with [Yarn >= 1.19.1](https://yarnpkg.com/lang/en/docs/install) should be sufficient.

```console
$ git clone git@github.com:aws/aws-cdk.git
$ git clone https://github.com/aws/aws-cdk.git
$ cd aws-cdk
$ ./build.sh
```
Expand Down

0 comments on commit 6e22f26

Please sign in to comment.