Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed May 30, 2014
1 parent ea2904b commit c063c2d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -17,7 +17,8 @@ Feel free to contribute and submit other implementations (Gearman, …).

Extended guides:

- [Use RabbitMQ with Work](doc/RabbitMQ.md)
- [The RabbitMQ adapter](doc/RabbitMQ.md)
- [The Beanstalkd adapter](doc/Beanstalkd.md)
- [Listening to events](doc/Events.md)

## How it works
Expand Down Expand Up @@ -125,8 +126,9 @@ $ composer install
$ phpunit
```

Some functional tests need external programs like RabbitMQ. For practical reasons, you can boot a VM
very quickly using Vagrant and the included configuration. You can then run the tests in the VM:
Some functional tests need external programs like RabbitMQ or Beanstalkd. For practical reasons,
you can boot a VM very quickly using Vagrant and the included configuration.
You can then run the tests in the VM:

```shell
$ vagrant up
Expand Down

0 comments on commit c063c2d

Please sign in to comment.