From f08bb411cb238d081f3faa87611231359ef3b039 Mon Sep 17 00:00:00 2001 From: lexzach Date: Sun, 13 Sep 2026 16:17:02 -0400 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a37e5be..7211fc4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # RISC-V Cat -An implementation of the GNU `cat` command in pure RISC-V assembly. +An implementation of the GNU `cat` command in pure RISC-V assembly as my attempt to learn how to program in RISC-V. + No AI was used in the making of this program. ## Building (Linux): @@ -14,4 +15,5 @@ Run the `make` command in the root of the repository. `cat [OPTION]... [FILE]...` Options: + `-h, --help` - Show a help page.