ziex/.github/RELEASE.md
2026-02-09 15:35:23 +06:00

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"
```