summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-22 23:43:14 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-22 23:43:14 -0400
commit0eec2bf24de9f6dd1af82afe0544539c0962958a (patch)
tree726976408d1d3de6ad9caba43a10cc353f595997 /README.md
parentadd global makefile, update tests (diff)
downloadmips-0eec2bf24de9f6dd1af82afe0544539c0962958a.tar.gz
mips-0eec2bf24de9f6dd1af82afe0544539c0962958a.tar.bz2
mips-0eec2bf24de9f6dd1af82afe0544539c0962958a.zip
update readme
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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