审查视图

simplewind/vendor/mindplay/annotations/docs/getting-started.rst 488 字节
xiaohu authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Getting Started
===============
Below you'll find all needed information to find your way across the library.

Installation
^^^^^^^^^^^^
Library can be installed using Composer like so:

1. define the dependencies in your ``composer.json``:

.. code-block:: json

    {
        "require": {
            "mindplay/annotations": "~1.2"
        }
    }

2. install/update your vendors:

.. code-block:: bash

    $ curl http://getcomposer.org/installer | php
    $ php composer.phar install