From 1076f66e2134ceae8ffbb6c901d93b1bebb0383b Mon Sep 17 00:00:00 2001 From: jayant dhingra Date: Tue, 13 Jan 2026 12:44:31 +0530 Subject: [PATCH] docs: update submodule initialization command in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bbb7ca5..6f9ffad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ Fork and clone this repo. You will need to also clone all the submodules for th ```sh git clone --recurse-submodules git@github.com:Couchbase-Ecosystem/cbl-reactnative.git cd cbl-reactnative -git submodule update --remote --recursive +git submodule update --init --recursive ``` Install the required packages