Skip to content

Commit 85d060e

Browse files
authored
Merge pull request php-annotations#122 from rolfdenhartogsaxumnl/patch-1
Simplify installation instructions
2 parents 41892d5 + 72455fe commit 85d060e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

docs/getting-started.rst

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ Installation
66
^^^^^^^^^^^^
77
Library can be installed using Composer like so:
88

9-
1. define the dependencies in your ``composer.json``:
10-
11-
.. code-block:: json
12-
13-
{
14-
"require": {
15-
"mindplay/annotations": "~1.2"
16-
}
17-
}
18-
19-
2. install/update your vendors:
20-
219
.. code-block:: bash
2210
23-
$ curl http://getcomposer.org/installer | php
24-
$ php composer.phar install
11+
$ composer require mindplay/annotations

0 commit comments

Comments
 (0)