2
0

Add section about cloning git sub modules

This commit is contained in:
Eduard Wirch 2018-08-20 14:06:04 +00:00
parent 9a40e52d53
commit 296632aa35

View File

@ -152,6 +152,17 @@ There are several components available here. As an end-user, you can currently
## Building and running
### Clone the Repository
Master Password uses [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). Clone the repository using:
```
git clone --recurse-submodules git@gitlab.com:MasterPassword/MasterPassword.git
```
to clone the sub modules together with the Master Password source.
If you cloned the repository already, you can fetch the required sub modules using:
```
git submodule update --init --recursive
```
### macOS or iOS