Update Readme

This commit is contained in:
VetheonGames 2024-05-24 09:27:07 -06:00
parent 93229ad5b1
commit 23fdaa13e0

View File

@ -1,3 +1,24 @@
# InitMate
Automatically setup your linux servers
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
```