From 117e958d15aa20e6acabfa781d868d839d98fa8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Kr=C3=A4mer?= Date: Thu, 10 Jul 2014 00:48:04 +0200 Subject: [PATCH] Updating the Installation.md --- Docs/Documentation/Installation.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Docs/Documentation/Installation.md b/Docs/Documentation/Installation.md index 40527f84..171b1595 100644 --- a/Docs/Documentation/Installation.md +++ b/Docs/Documentation/Installation.md @@ -3,6 +3,12 @@ Installation To install the plugin, place the files in a directory labelled "Migrations/" in your "app/Plugin/" directory. +Then, include the following line in your `app/Config/bootstrap.php` to load the plugin in your application. + +``` +CakePlugin::load('Migrations'); +``` + Git Submodule ------------- @@ -30,14 +36,6 @@ If you're using another branch, just change "master" for the branch you are curr If any updates are added, go back to the base of your own repository, commit and push your changes. This will update your repository to point to the latest updates to the plugin. - -Include the following line in bootstrap.php to make sure the plugin gets loaded. - -``` -CakePlugin::load('Migrations'); -``` - - Composer --------