Skip to content

Commit

Permalink
Merge pull request #35 from mdpatrick/readme_alteration
Browse files Browse the repository at this point in the history
Added instruction to run bin/vendors install
  • Loading branch information
brikou committed Aug 12, 2011
2 parents 54fa764 + 3fe5105 commit a01718c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Installation
git=http://github.com/symfony/DoctrineFixturesBundle.git
target=/bundles/Symfony/Bundle/DoctrineFixturesBundle
```
Next, run the vendors script to download the bundles:

``` bash
$ php bin/vendors install
```

### Add to autoload.php

Expand Down

0 comments on commit a01718c

Please sign in to comment.