Actually add .gitignore. Update README.md

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
0xf8 2023-02-25 12:27:55 -05:00
parent 7be55463d9
commit 8b01abf358
Signed by: 0xf8
GPG Key ID: 446580D758689584
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
rbtext

View File

@ -1,13 +1,13 @@
# rbtext [![CI](https://github.com/devsamoyo/rbtext/actions/workflows/main.yml/badge.svg)](https://github.com/devsamoyo/rbtext/actions/workflows/main.yml)
# rbtext
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`
OR
`make`
## usage
`./rbtext <text>`
`./rbtext <text> [text...]`
## install
`install -m755 rbtext /usr/bin`