rbtext/README.md
0xf8 74da02bb89
Update README.md
hopefully last update to readme.md

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
2023-02-25 12:27:54 -05:00

17 lines
441 B
Markdown

# rbtext [![CI](https://github.com/devsamoyo/rbtext/actions/workflows/main.yml/badge.svg)](https://github.com/devsamoyo/rbtext/actions/workflows/main.yml)
Pure-C alternative to something like `lolcat` on linux.
Originally made somewhere around 2021-06-16 while I was bored and staying at my friend's house.
## build
`gcc -o rbtext rbtext.c`
## usage
`./rbtext <text>`
## install
`install -m755 rbtext /usr/bin`
> Can't get any simpler