From bc5db663beeca78116e573d2ae84ee9bdd0a54c9 Mon Sep 17 00:00:00 2001 From: Matthias Fleschuetz <13959569+blindzero@users.noreply.github.com> Date: Sat, 17 Jan 2026 02:11:07 +0100 Subject: [PATCH] docs: updated README.md cleanups --- README.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 2885a96a..09647513 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ IdLE aims to be: ## Requirements - PowerShell **7.x** (`pwsh`) -- Pester **5.x** (for tests) +- Pester **5.7.1** (for tests) +- PSScriptAnalyzer **1.24.0** (for tests) --- @@ -100,14 +101,6 @@ Advanced hosts can import the engine without any step packs: Import-Module ./src/IdLE.Core/IdLE.Core.psd1 -Force ``` -### Option B — PowerShell Gallery (planned) - -Once published: - -```powershell -Install-Module IdLE -``` - --- ## Quickstart @@ -145,16 +138,11 @@ Start here: - `docs/advanced/architecture.md` – architecture and principles - `docs/usage/workflows.md` – workflow schema and validation -Project docs: - -- Contributing: `CONTRIBUTING.md` -- Style guide: `STYLEGUIDE.md` - --- ## Contributing -PRs welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) +PRs welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) and [STYLEGUIDE.md](STYLEGUIDE.md) ---