Skip to content

Commit 8a69728

Browse files
author
Stefano Azzolini
committed
Merge branch 'master' of https://github.com/lastguest/pixeler
2 parents 9923147 + 6e72a9d commit 8a69728

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pixeler
22

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

55

66
[![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)
@@ -13,23 +13,22 @@ UTF-8 Dot matrix renderer, now in color too.
1313

1414
## Installation
1515

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

18-
```json
19-
{
20-
"require": {
21-
"lastguest/pixeler": "dev-master"
22-
}
23-
}
18+
```bash
19+
$ composer require lastguest/pixeler
2420
```
2521

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

28-
```bash
29-
$ php composer.phar install -o
3024
```
25+
your_project_dir/vendor/bin/pixeler
26+
```
27+
28+
It works exactly like the example below.
29+
3130

32-
### Example
31+
### Example
3332

3433
Create a file `pixel.php` :
3534

0 commit comments

Comments
 (0)