InitMate/README.md

25 lines
478 B
Markdown
Raw Normal View History

2024-05-24 08:05:54 -06:00
# InitMate
2024-05-24 09:27:07 -06:00
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
```