Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This command is redundant because git clone --recurse-submodules (on line 71) already initializes and updates the submodules.

While changing --remote to --init is a good correction, the entire line can be removed to make the setup instructions more concise.

```

Install the required packages
Expand Down