Update README.md

You could also add comparision to [python-lolcat](https://pypi.python.org/pypi/lolcat):

```bash
$ dmesg > foo
$ time python-lolcat foo
real	0m1.503s
user	0m1.609s
sys	0m0.012s
$ time c-lolcat foo
real	0m0.055s
user	0m0.051s
sys	0m0.000s
```
This commit is contained in:
Ricardo Band 2016-10-27 11:17:46 +02:00 committed by GitHub
parent 33ee440107
commit 89f47e6e60

View file

@ -10,6 +10,16 @@
## Installation
### Archlinux
There's an [AUR package](https://aur.archlinux.org/packages/c-lolcat):
```bash
$ yaourt -S c-lolcat
```
### Others
```bash
$ make && sudo make install
```