Skip to content

Commit

Permalink
Merge pull request avalanche123#16 from weaverryan/readme_update
Browse files Browse the repository at this point in the history
Updating README for Standard Distribution deps change
  • Loading branch information
avalanche123 committed Jun 8, 2011
2 parents 18ec59f + 6746d90 commit 7ad2f32
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Expand Up @@ -22,17 +22,21 @@ and this bundle. Installation depends on how your project is setup:
### Step 1: Installation using the `bin/vendors.php` method

If you're using the `bin/vendors.php` method to manage your vendor libraries,
add the following entries to your `bin/deps` file:
add the following entries to the `deps` in the root of your project file:

```
/ imagine git://github.com/avalanche123/Imagine.git
/bundles/Avalanche/Bundle ImagineBundle git://github.com/avalanche123/AvalancheImagineBundle.git
imagine / git://github.com/avalanche123/Imagine.git
ImagineBundle /bundles/Avalanche/Bundle git://github.com/avalanche123/AvalancheImagineBundle.git
```

**NOTE**: This location and syntax of the `deps` file changed after BETA4. If you're
using an older version of the deps system, you may need to swap the order of the items
in the `deps` file.

Next, update your vendors by running:

``` bash
$ php bin/vendors.php
$ ./bin/vendors.php
```

Great! Now skip down to *Step 2*.
Expand Down Expand Up @@ -225,4 +229,4 @@ filters:
```

For an example of a filter loader implementation, refer to
`Avalanche\Bundle\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader`.
`Avalanche\Bundle\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader`.

0 comments on commit 7ad2f32

Please sign in to comment.