diff --git a/README.md b/README.md index 4fc0349..de36ed9 100644 --- a/README.md +++ b/README.md @@ -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 ` + +## install +install -m755 rbtext /usr/bin + +> Can't get any simpler