Skip to content

Commit 0deea54

Browse files
authored
Update the README instructions to clarify the importance of pulling submodules (firebase#1939)
* Initial commit * Feedback
1 parent 2d829f3 commit 0deea54

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@ https://firebase.google.com.
5353
## Getting Started
5454

5555
* Install the latest Android Studio (should be 3.0.1 or later)
56-
* Clone the repo (`git clone git@github.com:firebase/firebase-android-sdk.git`)
56+
* Clone the repo (`git clone --recurse-submodules git@github.com:firebase/firebase-android-sdk.git`)
57+
* When cloning the repo, it is important to get the submodules as well. If
58+
you have already cloned the repo without the submodules, you can update the
59+
submodules by running `git submodule update --init --recursive`.
5760
* Import the firebase-android-sdk gradle project into Android Studio using the
58-
**Import project(Gradle, Eclipse ADT, etc.** option.
61+
**Import project(Gradle, Eclipse ADT, etc.)** option.
5962

6063
## Testing
6164

0 commit comments

Comments
 (0)