From 2faf03abf2394a0b099763fb7dc9b83a3c256ac2 Mon Sep 17 00:00:00 2001 From: That_One_Nerd Date: Thu, 16 Mar 2023 10:17:20 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index d04dced..6ef7c29 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,6 @@ -Welcome to the SrcMod wiki! +# 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.