Commit graph

12 commits

Author SHA1 Message Date
cheese1
9df2d9edef
Update README.md 2020-08-13 13:07:50 +02:00
Ricardo Band
176478b36e README.md: Don't use yaourt on Arch (#17)
Removed the aur helper. The new guide works for everyone.
See https://wiki.archlinux.org/index.php/AUR_helpers#Discontinued_or_problematic
2019-03-19 08:48:25 +09:00
jaseg
32c34ab174 Remove fmemopen altogether since it just doesn't work.
Closes #9.
2018-07-22 18:39:01 +02:00
jaseg
e298c102bd README: Add Ubuntu/Snap installation. Thanks @simos ! 2017-03-20 18:06:54 +01:00
jaseg
eef0d5db58 Add Mac build instructions 2016-12-26 08:42:44 +01:00
jaseg
ce0ee8d538 Fix musl build on various platforms 2016-11-18 10:31:10 +01:00
jaseg
f585abdc4f README: Add python-lolcat comparison 2016-10-27 12:51:33 +02:00
Ricardo Band
89f47e6e60 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
```
2016-10-27 11:17:46 +02:00
SpaceKookie
cda2a11941 Changing readme to test 2015-07-12 23:02:21 +02:00
jaseg
1a1d5dfb51 Clarified README 2015-07-07 02:55:21 +02:00
jaseg
7de9c4aef2 Updated README 2014-10-26 11:21:37 +01:00
jaseg
61d2ff5d2c Added installation instructions and extended the README 2014-10-25 16:51:49 +02:00