mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-22 11:39:34 -06:00
14 lines
310 B
Markdown
14 lines
310 B
Markdown
This is a developer preview of Ziex; some features are still works in progress.
|
|
Update or install the Ziex CLI using the following scripts.
|
|
|
|
## Installation
|
|
|
|
##### Linux/macOS
|
|
```bash
|
|
curl -fsSL https://ziex.dev/install | bash
|
|
```
|
|
##### Windows
|
|
```powershell
|
|
powershell -c "irm ziex.dev/install.ps1 | iex"
|
|
```
|