From c5d49a470fbdcc82496406a83c4dc94289a41797 Mon Sep 17 00:00:00 2001 From: BlackBinary Date: Wed, 19 Jul 2017 10:41:43 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 025d2c2..330a039 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,12 @@ To install the bindings via [Composer](http://getcomposer.org/), run the followi composer require pluxbox/radiomanager-php-client ``` -Then run `composer install` - ### Manual Installation Download the files and include `autoload.php`: ```php - require_once('/path/to/RadioManager/autoload.php'); +require_once('/path/to/RadioManager/autoload.php'); ``` ## Tests @@ -32,7 +30,6 @@ Download the files and include `autoload.php`: To run the unit tests: ``` -composer install ./vendor/bin/phpunit ```