From 2ff54eceb910b723f95daf65b96643876cdfb3b7 Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 22 Mar 2020 16:09:49 -0400 Subject: [PATCH] Docs? --- docs/Developing.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/Developing.md diff --git a/docs/Developing.md b/docs/Developing.md new file mode 100644 index 0000000..8a83348 --- /dev/null +++ b/docs/Developing.md @@ -0,0 +1,2 @@ +# Development tips +Loading libraries is done with `krequire`. Be careful of this. Also, you have to load modules through the `zorya` library. Also, uncaught thread errors will crash the system. Be mindful of that. \ No newline at end of file