Skip to content

Commit

Permalink
Add recursive way to clone submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Proriol committed Dec 31, 2017
1 parent 8d9a74b commit 5079b83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Sailfish application to manage car cost
This project use git submodule.
In order to checkout it, you need to do:

```
git clone --recurse-submodules https://github.com/condo4/carbudget.git
```
or
```
git clone https://github.com/condo4/carbudget.git
cd carbudget
Expand Down

0 comments on commit 5079b83

Please sign in to comment.