diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f74ba70a8..22453042a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,8 +139,10 @@ Generally, we follow the style guidelines as suggested by the official language. ```bash # Clone your fork of the repo into the current directory git clone https://github.com/sendgrid/sendgrid-csharp + # Navigate to the newly cloned directory cd sendgrid-csharp + # Assign the original repo to a remote called "upstream" git remote add upstream https://github.com/sendgrid/sendgrid-csharp ```