Skip to content

Commit

Permalink
Update readme installation instructions ✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Jan 18, 2016
1 parent 75aed45 commit d60fcc9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ Very important bundle to make Symfony Exception looks like /r/gifs.

## Installation

Use [Composer](http://getcomposer.org/) to install `GifExceptionBundle` in your project:
- Use [Composer](http://getcomposer.org/) to install `GifExceptionBundle` in your project:

```shell
composer require "jolicode/gif-exception-bundle"
```

## Usage

Just enable the bundle in **dev** environment, and you're done:
- Enable the bundle in **dev** environment:

```php
/**
Expand All @@ -41,6 +39,14 @@ Just enable the bundle in **dev** environment, and you're done:
}
```

- Then install the assets to make gifs accessible to public:

```shell
app/console assets:install
```

Now enjoy your exceptions \o/

## Add some more gifs!

We need you to improve the included GIFs! Do not hesitate to open PRs to add
Expand Down

0 comments on commit d60fcc9

Please sign in to comment.