Skip to content

Commit

Permalink
Correction of contributing.md file] (GeekyAnts#2861)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshya73 authored and sankhadeeproy007 committed Aug 9, 2019
1 parent fdad62d commit 3a6c639
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -124,6 +124,12 @@ You are now ready to send PR to NativeBase!
git clone [email protected]:${YOUR_USERNAME}/NativeBase.git
```

- Navigate to NativeBase

```
cd NativeBase/
```

- Add main repo remote

```git
Expand Down

0 comments on commit 3a6c639

Please sign in to comment.