aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-01-17 23:45:14 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-01-17 23:45:14 +0100
commitbd4df085d055594241a0c83dd98863597644251f (patch)
tree2a1d6b07c5436eae4d36dbbb5a95173b8467a1b3
parentc0e74ffb23fcc5f9705c02487119216b54bdce5d (diff)
change README.md
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 968c12a..46ad428 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,19 @@
# My Core Utils
+
+## Build Slib
+
+```make
+make lib
+```
+
+## Build Core
+
+```make
+make core
+```
+
+## Build Smash
+
+```
+make smash
+```