From 23fdaa13e05b09f8bbf7468de40b387d10a6f3df Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Fri, 24 May 2024 09:27:07 -0600 Subject: [PATCH] Update Readme --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9408686..c4597fa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # InitMate -Automatically setup your linux servers \ No newline at end of file +Automatically setup your linux servers + +## Installation +Installation is simple, simply clone the git repo: + +``` +git clone https://git.pixelridgesoftworks.com/PixelRidge-Softworks/InitMate.git +``` + +Then make it executable: + +``` +sudo chmod -R +x ./InitMate +``` + +## Usage +The program is highly guided, even a complete Linux Noob could use it. Simply run the main script, and follow the prompts +(IT MUST BE RAN WITH SUDO) + +``` +cd InitMate && sudo bash ./InitMate.sh +```