Skip to content

Commit

Permalink
Readme formatting cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarjei Huse committed Aug 10, 2011
1 parent dda2b1a commit e969bd6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -8,26 +8,26 @@ Ever needed to use PEAR packages with Symfony2? This bundle gives you a helping

1. Add the bundle to deps:

[PyrusBundle]
git=git@github.com:tarjei/PyrusBundle.git
target=/bundles/phpBB/PyrusBundle
[PyrusBundle]
git=git@github.com:tarjei/PyrusBundle.git
target=/bundles/phpBB/PyrusBundle

2. Update your autoload.php, add the Pyrus bundle:

$loader->registerNamespaces(array(
...
'phpBB\\PyrusBundle' => __DIR__.'/../vendor/bundles',
));
$loader->registerNamespaces(array(
...
'phpBB\\PyrusBundle' => __DIR__.'/../vendor/bundles',
));

3. Update your AppKernel with the new bundle:

if ( PHP_SAPI == 'cli' ) {
$bundles[] = new phpBB\PyrusBundle\phpBBPyrusBundle();
}
if ( PHP_SAPI == 'cli' ) {
$bundles[] = new phpBB\PyrusBundle\phpBBPyrusBundle();
}

4. Now you should have a new pyrus command:

app/console pyrus help
app/console pyrus help

### Usage

Expand Down

0 comments on commit e969bd6

Please sign in to comment.