From 6a92295fa007fdc275928d75de3792c7911ae271 Mon Sep 17 00:00:00 2001 From: Oliver Lipkau Date: Sun, 31 May 2026 23:18:51 +0200 Subject: [PATCH] docs: clarify dependency installation --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 2995927..861ceaa 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,6 @@ Join the conversation on [![SlackLogo][] AtlassianPS.Slack.com](https://atlassia > This module does not need to be installed manually. > [AtlassianPS] products which use this module will install it automatically using the [PowerShell Gallery]. -Install AtlassianPS.Configuration from the [PowerShell Gallery]! `Install-Module` requires PowerShellGet (included in PS v5, or download for v3/v4 via the gallery link) - -```powershell -# One time only install: -Install-Module AtlassianPS.Configuration -Scope CurrentUser - -# Check for updates occasionally: -Update-Module AtlassianPS.Configuration -``` - ### Usage > This example uses [ConfluencePS](https://atlassianps.org/docs/ConfluencePS) for illustration.