Skip to content

Commit c7ae6a4

Browse files
authored
Update CONTRIBUTING.md
1 parent a6a36bc commit c7ae6a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ To edit the Java or Kotlin files, open `expo-example/android` in Android studio
5959

6060
## How to Build the Project
6161

62+
Fork and clone this repo. You will need to also clone all the submodules for the shared libraries and tests and update them with the latest version of each of those modules code. **IF YOU DON'T PULL SUBMODULES IT WON'T BUILD**
63+
64+
```sh
65+
git clone --recurse-submodules [email protected]:Couchbase-Ecosystem/cbl-reactnative.git
66+
cd cbl-reactnative
67+
git submodule update --remote --recursive
68+
```
69+
6270
Install the required packages
6371
```sh
6472
npm install

0 commit comments

Comments
 (0)