From 66212cb0a21d03bf43b6ab7d89696d3bb5c9384e Mon Sep 17 00:00:00 2001 From: That_One_Nerd Date: Thu, 16 Mar 2023 10:16:42 -0400 Subject: [PATCH] Initial Home page --- Index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Index.md diff --git a/Index.md b/Index.md new file mode 100644 index 0000000..6ef7c29 --- /dev/null +++ b/Index.md @@ -0,0 +1,6 @@ +# SrcMod +SrcMod is a command-line application with a custom built-in shell system. SrcMod uses a "module" system to create commands in C# and invoke them through the command-line. This is the documentation for every command (what they do, what parameters they use, etc.), as well as how some internal systems work. This Wiki will be updated along with the tool's releases. + +--- + +I'll add some more soon.