summaryrefslogtreecommitdiff
path: root/fai_gestion/plugins/CustomTheme/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'fai_gestion/plugins/CustomTheme/README.md')
-rw-r--r--fai_gestion/plugins/CustomTheme/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/fai_gestion/plugins/CustomTheme/README.md b/fai_gestion/plugins/CustomTheme/README.md
new file mode 100644
index 0000000..4ccb8e2
--- /dev/null
+++ b/fai_gestion/plugins/CustomTheme/README.md
@@ -0,0 +1,11 @@
+# CustomTheme plugin for CakePHP
+
+## Installation
+
+You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).
+
+The recommended way to install composer packages is:
+
+```
+composer require your-name-here/CustomTheme
+```