mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-02 13:31:08 +02:00
26 lines
620 B
Markdown
26 lines
620 B
Markdown
# Setup Guide
|
|
|
|
To setup Infinito.Nexus follow this steps:
|
|
|
|
## Prerequisites
|
|
|
|
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 Infinito.Nexus
|
|
|
|
To setup Infinito.Nexus execute:
|
|
|
|
```bash
|
|
pkgmgr install infinito
|
|
```
|
|
|
|
This command will setup Infinito.Nexus on your system with the alias **infinito**.
|
|
|
|
## Get Help
|
|
|
|
After you setuped Infinito.Nexus you can receive more help by executing:
|
|
|
|
```bash
|
|
infinito --help
|
|
``` |