Update README for recursive cloning
This commit is contained in:
parent
3d8238307a
commit
8612bb08a6
|
@ -16,6 +16,10 @@ First of all, you must clone this project. This project uses submodules,
|
|||
thus ensure, that they are cloned as well:
|
||||
|
||||
```bash
|
||||
git clone --recursive https://github.com/openbikesensor/portal
|
||||
|
||||
# ... or if you forgot the --recursive argument, you can run this in the
|
||||
# repository's directory later:
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue