Skip to content

Commit 7eb33aa

Browse files
committed
Instructions to clone and update git submodules
1 parent db655c7 commit 7eb33aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ There are more examples in `examples` directory.
8585

8686
## Installation
8787

88-
As easy as [download](https://github.com/raulfraile/Ladybug/raw/master/Ladybug.zip), include the library and use the provided helpers:
88+
As easy as [download](https://github.com/raulfraile/Ladybug/raw/master/Ladybug.zip), include the library and use the provided helpers.
8989

9090
``` php
9191
<?php
@@ -95,6 +95,9 @@ Ladybug\Ladybug_Autoloader::register();
9595
ladybug_dump($var1);
9696
```
9797

98+
If you want to clone the project, you will have to execute `git submodule init` and `git submodule update` in
99+
order to download the dependencies.
100+
98101
## Helpers
99102

100103
The are 5 helpers:

0 commit comments

Comments
 (0)