mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-29 04:23:34 +01:00
26 lines
564 B
Markdown
26 lines
564 B
Markdown
# 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 setup 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
|
|
``` |