35 lines
357 B
Markdown
35 lines
357 B
Markdown
# zinit
|
|
|
|
|
|
|
|
To get started
|
|
|
|
```vlang
|
|
|
|
|
|
import freeflowuniverse.herolib.installers.something. zinit
|
|
|
|
mut installer:= zinit.get()!
|
|
|
|
installer.start()!
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
## example heroscript
|
|
|
|
```hero
|
|
!!zinit.install
|
|
homedir: '/home/user/zinit'
|
|
username: 'admin'
|
|
password: 'secretpassword'
|
|
title: 'Some Title'
|
|
host: 'localhost'
|
|
port: 8888
|
|
|
|
```
|
|
|
|
|