Zorn/docs/installation.mdx

12 lines
313 B
Text
Raw Normal View History

2024-12-01 01:44:43 -05:00
---
2025-02-05 22:47:26 -05:00
Title: Installation
2024-12-01 01:44:43 -05:00
Type: Document
---
2024-12-07 19:45:29 -05:00
Zorn is available to install as a package from [npmjs.org](https://npmjs.org/) or [registry.sudovanilla.org](https://registry.sudovanilla.org/).
2024-12-01 01:44:43 -05:00
```bash
2024-12-07 19:45:29 -05:00
npm install @minpluto/zorn --registry https://registry.sudovanilla.org
2024-12-01 01:44:43 -05:00
```
Next: [**Basic Setup**](/basic-setup/)