Skip to content

Commit

Permalink
Merge df5894f into ab1f813
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Apr 21, 2015
2 parents ab1f813 + df5894f commit 159d796
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions readme.md
Expand Up @@ -29,14 +29,10 @@ Without Athletic, you have to litter your code with microtime() calls and build
xDebug is an excellent profiling tool, but it is not a benchmarking tool. xdebug (and by extension, cachegrind) will show you what is fast/slow inside your method, and is indispensable for actually optimizing your code. But it is not useful for running 1000 iterations of a particular function and determining average execution time.

## Quick Installation via Composer
You can easily install Athletic through [Composer](http://getcomposer.org) in two steps:
You can easily install Athletic through [Composer](http://getcomposer.org):

```bash
# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add Athletic as a dev dependency
php composer.phar require athletic/athletic:~0.1 --dev
composer require athletic/athletic --dev
```

You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at [getcomposer.org](http://getcomposer.org).
Expand Down

0 comments on commit 159d796

Please sign in to comment.