Update README.md

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
0xf8 2023-02-25 12:27:53 -05:00
parent a8a901985e
commit 39b2810afa
Signed by: 0xf8
GPG Key ID: 446580D758689584
1 changed files with 11 additions and 0 deletions

View File

@ -2,3 +2,14 @@
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