Skip to content

Commit

Permalink
update REDAME
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Aug 15, 2017
1 parent cb26e06 commit 6bbd709
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,10 @@ $ composer require ray/aop ~2.0
Here's how to install Ray.Aop from source and run the unit tests and demos.

```bash
$ composer create-project ray/aop:~2.0 Ray.Aop
$ git clone https://github.com/ray-di/Ray.Aop.git
$ cd Ray.Aop
$ phpunit
$ composer install
$ vendor/bin/phpunit
$ php docs/demo/run.php
```

Expand Down

0 comments on commit 6bbd709

Please sign in to comment.