From 2cd11206f9b6608d55a099d5ea86064b33740138 Mon Sep 17 00:00:00 2001 From: Anshul Singhal <1997anshul@gmail.com> Date: Fri, 10 Aug 2018 16:25:39 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```