Skip to content

Commit 5265cf7

Browse files
committed
docs(readme): add section to document the build
Signed-off-by: Thierry Bugier <[email protected]>
1 parent fdea12b commit 5265cf7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Extend GLPI with Plugins.
2020
* [Versioning](#versioning)
2121
* [Contact](#contact)
2222
* [Professional Services](#professional-services)
23+
* [Build from source](#build-from-source)
2324
* [Contribute](#contribute)
2425
* [Copying](#copying)
2526

@@ -74,6 +75,14 @@ The GLPI Network services are available through our [Partner's Network](http://w
7475

7576
Obtain a personalized service experience, associated with benefits and opportunities.
7677

78+
## Build from source
79+
80+
To build the plugin you need [Composer](http://getcomposer.org) and an internet access to download some resources from Github.
81+
82+
After dowloading the source of Formcreator, go in its folder and run the following
83+
* composer install
84+
* php vendor/bin/robo build:fa-data
85+
7786
## Contribute
7887

7988
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our

0 commit comments

Comments
 (0)