Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Remember --recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Dunn committed Oct 31, 2017
1 parent 4a6e366 commit 2a26bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ but we also provide some submodules which can help with that.
## submodules
In case you are unfamiliar with [**git-submodules**](http://www.git-scm.com/book/en/v2/Git-Tools-Submodules), they are quite easy to use from the command-line:
```sh
git submodule update --init
git submodule update --init --recursive
```
If that fails, you can update your **git**, or try this:
```sh
git submodule init
git submodule update
# You must somehow update recursively also.
```
which is *almost* the same thing.

Expand Down

0 comments on commit 2a26bdb

Please sign in to comment.