From 0eec2bf24de9f6dd1af82afe0544539c0962958a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 22 Sep 2024 23:43:14 -0400 Subject: [PATCH] update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 45b349b..5e1458e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ a full mips r2000 toolchain with a assembler and linker outputs MIPS32r6 ELF32 Big Endian executables +##### installing +```bash +$ make build +$ sudo make install +``` + +##### uninstalling +```bash +$ sudo make uninstall +``` + #### masm the assembler