Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -1,26 +1,26 @@
# Setup Guide
To setup CyMaIS follow this steps:
To setup Infinito.Nexus follow this steps:
## Prerequisites
Before you setup CyMaIS you need to install [Kevin's Package Manager](https://github.com/kevinveenbirkenbach/package-manager).
Before you setup Infinito.Nexus 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
## Setup Infinito.Nexus
To setup CyMaIS execute:
To setup Infinito.Nexus execute:
```bash
pkgmgr install cymais
pkgmgr install infinito
```
This command will setup CyMaIS on your system with the alias **cymais**.
This command will setup Infinito.Nexus on your system with the alias **infinito**.
## Get Help
After you setuped CyMaIS you can receive more help by executing:
After you setuped Infinito.Nexus you can receive more help by executing:
```bash
cymais --help
infinito --help
```