Skip to content

Commit

Permalink
Merge pull request #386 from AD7six/patch-1
Browse files Browse the repository at this point in the history
Update install instructions
  • Loading branch information
josegonzalez committed May 18, 2016
2 parents d123726 + bc16d84 commit b2b9ff6
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,9 @@ Packagist <https://packagist.org/packages/josegonzalez/cakephp-upload>`__,
and copy the json snippet for the latest version into your project's
``composer.json``.

.. code:: json
{
"require": {
"josegonzalez/cakephp-upload": "~3.0"
}
}
This plugin has the type ``cakephp-plugin`` set in its own
``composer.json``, composer knows to install it inside your ``/Plugins``
directory, rather than in the usual vendors file. It is recommended that
you add ``/Plugins/Upload`` to your .gitignore file. (Why? `read
this <http://getcomposer.org/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md>`__.)
.. code::
composer require josegonzalez/cakephp-upload
Enable plugin
~~~~~~~~~~~~~
Expand Down

0 comments on commit b2b9ff6

Please sign in to comment.