Actually add .gitignore. Update README.md
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
parent
7be55463d9
commit
8b01abf358
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
rbtext
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user