InitMate/README.md

28 lines
528 B
Markdown
Raw Permalink 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
```
2024-05-24 09:36:44 -06:00
## License
Licensed under the Apache 2.0 License