We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db655c7 commit 7eb33aaCopy full SHA for 7eb33aa
README.md
@@ -85,7 +85,7 @@ There are more examples in `examples` directory.
85
86
## Installation
87
88
-As easy as [download](https://github.com/raulfraile/Ladybug/raw/master/Ladybug.zip), include the library and use the provided helpers:
+As easy as [download](https://github.com/raulfraile/Ladybug/raw/master/Ladybug.zip), include the library and use the provided helpers.
89
90
``` php
91
<?php
@@ -95,6 +95,9 @@ Ladybug\Ladybug_Autoloader::register();
95
ladybug_dump($var1);
96
```
97
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
+
101
## Helpers
102
103
The are 5 helpers:
0 commit comments