Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBinary authored Jul 19, 2017
1 parent c957c5c commit c5d49a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,19 @@ 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

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Expand Down

0 comments on commit c5d49a4

Please sign in to comment.