Add curated website docs and examples

This commit is contained in:
Przemysław Kłys
2026-04-11 09:52:56 +02:00
parent 6bfa63ae68
commit 7f0e544b74
7 changed files with 159 additions and 3 deletions
@@ -0,0 +1,21 @@
---
title: "GPOZaurr Install"
description: "Installation options for GPOZaurr."
---
## PowerShell Gallery
```powershell
Install-Module GPOZaurr -Scope CurrentUser
```
## Source checkout
```bash
git clone https://github.com/EvotecIT/GPOZaurr.git
```
## Next steps
- Browse API: [/projects/gpozaurr/api/](/projects/gpozaurr/api/)
- Return to project overview: [/projects/gpozaurr/](/projects/gpozaurr/)