Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Azzolini committed Oct 17, 2014
2 parents 9923147 + 6e72a9d commit 8a69728
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pixeler

UTF-8 Dot matrix renderer, now in color too.
Render images in CLI with UTF-8 characters.


[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lastguest/pixeler/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lastguest/pixeler/?branch=master)
Expand All @@ -13,23 +13,22 @@ UTF-8 Dot matrix renderer, now in color too.

## Installation

Add package to your **composer.json**:
Require in your project with [composer](https://getcomposer.org/download/) :

```json
{
"require": {
"lastguest/pixeler": "dev-master"
}
}
```bash
$ composer require lastguest/pixeler
```

Run [composer](https://getcomposer.org/download/):
This will also install a **pixeler** tool in :

```bash
$ php composer.phar install -o
```
your_project_dir/vendor/bin/pixeler
```

It works exactly like the example below.


### Example
### Example

Create a file `pixel.php` :

Expand Down

0 comments on commit 8a69728

Please sign in to comment.