From 89af9b499b79840c3d48c5455d45daf1d29f55ef Mon Sep 17 00:00:00 2001 From: Alfie King Date: Tue, 18 Jun 2024 13:16:02 +0100 Subject: [PATCH] readme --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a1d0f6..049901e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ # term-owo-cpp -A simple C++ program that owofies text \ No newline at end of file +A simple C++ program that owofies text + +## Usage + +```bash +$ ./owo "Hello, world!" +Hewwo, wowld! +``` + +## Building + +```bash +$ g++ -o owo owo.cpp +``` + +## Installation + +archlinux: +```bash +$ git clone `https://git.alfieking.dev/acetheking987/term-owo-cpp.git` +$ cd term-owo-cpp +$ makepkg -si +``` \ No newline at end of file