Skip to content

Commit

Permalink
Updating the Installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jul 9, 2014
1 parent af60544 commit 117e958
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Docs/Documentation/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down Expand Up @@ -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
--------

Expand Down

0 comments on commit 117e958

Please sign in to comment.