Skip to content

Commit a93c355

Browse files
committed
Merge pull request #1502 from vlad88sv/master
Suggestion on the bundle install step 1
2 parents 3969d7f + a176e88 commit a93c355

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,10 @@ Installation is a quick (I promise!) 7 step process:
4242
4343
### Step 1: Download FOSUserBundle using composer
4444
45-
Add FOSUserBundle in your composer.json:
46-
47-
```js
48-
{
49-
"require": {
50-
"friendsofsymfony/user-bundle": "~2.0@dev"
51-
}
52-
}
53-
```
54-
55-
Now tell composer to download the bundle by running the command:
45+
Add FOSUserBundle by running the command:
5646
5747
``` bash
58-
$ php composer.phar update friendsofsymfony/user-bundle
48+
$ php composer.phar require friendsofsymfony/user-bundle '~2.0@dev'
5949
```
6050

6151
Composer will install the bundle to your project's `vendor/friendsofsymfony` directory.

0 commit comments

Comments
 (0)