Update readme

This commit is contained in:
2026-09-13 16:17:02 -04:00
parent cfb3077dfa
commit f08bb411cb
+3 -1
View File
@@ -1,6 +1,7 @@
# RISC-V Cat # 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. No AI was used in the making of this program.
## Building (Linux): ## Building (Linux):
@@ -14,4 +15,5 @@ Run the `make` command in the root of the repository.
`cat [OPTION]... [FILE]...` `cat [OPTION]... [FILE]...`
Options: Options:
`-h, --help` - Show a help page. `-h, --help` - Show a help page.