From 8b01abf358e5ca3da15dfc8ab657ef26cf47de14 Mon Sep 17 00:00:00 2001 From: 0xf8 <0xf8.dev@proton.me> Date: Sat, 25 Feb 2023 12:27:55 -0500 Subject: [PATCH] Actually add .gitignore. Update README.md Signed-off-by: 0xf8 <0xf8.dev@proton.me> --- .gitignore | 1 + README.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d58c81d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +rbtext diff --git a/README.md b/README.md index e35b834..49ae7a0 100644 --- a/README.md +++ b/README.md @@ -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 ` +`./rbtext [text...]` ## install `install -m755 rbtext /usr/bin`