mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 07:48:04 +02:00
Restructured mds
This commit is contained in:
26
docs/guides/administrator/Setup_Guide.md
Normal file
26
docs/guides/administrator/Setup_Guide.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Setup Guide
|
||||
|
||||
To setup CyMaIS follow this steps:
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Before you setup CyMaIS you need to install [Kevin's Package Manager](https://github.com/kevinveenbirkenbach/package-manager).
|
||||
Follow the installation instruction descriped [here](https://github.com/kevinveenbirkenbach/package-manager)
|
||||
|
||||
## Setup CyMaIS
|
||||
|
||||
To setup CyMaIS execute:
|
||||
|
||||
```bash
|
||||
pkgmgr install cymais
|
||||
```
|
||||
|
||||
This command will setup CyMaIS on your system with the alias **cymais**.
|
||||
|
||||
## Get Help
|
||||
|
||||
After you setuped CyMaIS you can recieve more help by executing:
|
||||
|
||||
```bash
|
||||
cymais --help
|
||||
```
|
Reference in New Issue
Block a user