Added instructions/example for recursive cloning.

This commit is contained in:
Achim D. Brucker 2015-06-27 20:27:39 +02:00
parent 9f19f677bf
commit 456632e687
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@
### Checkout
Note that this repository imports WALA as a submodule. Thus,
you either need to recursively clone this repository or execute
you either need to recursively clone this repository, e.g.,
```
git clone --recursive https://github.com/DASPA/DASCA.git
```
or execute
```
git submodule update --init --recursive
```