Skip to content

Commit

Permalink
Add additional command to installation instructions to make installat…
Browse files Browse the repository at this point in the history
…ion more general
  • Loading branch information
jorianvo committed Jun 16, 2015
1 parent 255b722 commit 592e06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This app requires the [statsd-php-client](https://github.com/liuggio/statsd-php-

Then we need ``composer`` so we can use/install **statsd-php-client**. I opted for a global installation, but this is not necessary (just take at look at the installation [instructions](https://getcomposer.org/doc/00-intro.md) from composer):

$ cd ~
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer

Expand Down

0 comments on commit 592e06e

Please sign in to comment.