mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-31 14:24:16 +02:00
10 lines
416 B
Markdown
10 lines
416 B
Markdown
# Installation
|
|
|
|
CyMaIS can be easily installed on your local host using [Kevin's Package Manager](https://github.com/kevinveenbirkenbach/package-manager). Once you have the package manager set up, simply run:
|
|
|
|
```bash
|
|
pkgmgr clone cymais # downloads the cymais repository
|
|
pkgmgr install cymais # installs cymais on your local host
|
|
```
|
|
|
|
This command will install CyMaIS on your system with the alias **cymais**. |