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:
parent
33ee440107
commit
89f47e6e60
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue