mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-05 02:18:42 +02:00
15 lines
355 B
Markdown
15 lines
355 B
Markdown
# GLPi Example Plugin
|
|
|
|
## Introduction
|
|
|
|
This plugin implements a few basic glpi hooks.
|
|
Most of implemented features stands for example and are not
|
|
expected to provide fantastic functionality other than teaching.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
cd /my/glpi/deployment/main/directory/plugins
|
|
git clone git@github.com:pluginsGLPI/glpi-example-plugin.git example
|
|
```
|