mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Merge pull request #299 from henrikbjorn/patch-2
Formatting for the README.md install command.
This commit is contained in:
commit
8b8f48d4d0
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ Installation / Usage
|
||||||
|
|
||||||
1. Download the [`composer.phar`](http://getcomposer.org/composer.phar) executable or use the installer.
|
1. Download the [`composer.phar`](http://getcomposer.org/composer.phar) executable or use the installer.
|
||||||
|
|
||||||
|
``` sh
|
||||||
$ curl -s http://getcomposer.org/installer | php
|
$ curl -s http://getcomposer.org/installer | php
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
2. Create a composer.json defining your dependencies. Note that this example is
|
2. Create a composer.json defining your dependencies. Note that this example is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue