From 3a6c6394b4c908cf24f4dc18a6248c94bece06ab Mon Sep 17 00:00:00 2001 From: Sakshya Arora <32064747+sakshya73@users.noreply.github.com> Date: Fri, 9 Aug 2019 15:37:54 +0530 Subject: [PATCH] Correction of contributing.md file] (#2861) --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ab938702..358e19117 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,7 +115,7 @@ You are now ready to send PR to NativeBase! - Move over to the TestBed App [here](https://github.com/GeekyAnts/native-base-testbed) and clone it. ```bash - cd NativeBaseTestBed and npm install + cd native-base-testbed and npm install ``` - Clone your fork of NativeBase @@ -124,6 +124,12 @@ You are now ready to send PR to NativeBase! git clone git@github.com:${YOUR_USERNAME}/NativeBase.git ``` +- Navigate to NativeBase + + ``` + cd NativeBase/ + ``` + - Add main repo remote ```git