From 72934f40d9c463f8a6a60054969e2108c77dcae0 Mon Sep 17 00:00:00 2001 From: Jagger <116566+jagger@users.noreply.github.com> Date: Wed, 20 May 2026 17:03:40 -0400 Subject: [PATCH] docs: sync install.md release links with README (v0.62.0) Align the Installation page with README's release sources: PSGallery legacy note, GitHub Release, CDN Download, and Direct Download all at 0.62.0. Split the old "Direct File Download" section into separate CDN and Direct Download sections. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/getting_started/install.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/getting_started/install.md b/docs/getting_started/install.md index 4249d0f1..d9d924ee 100644 --- a/docs/getting_started/install.md +++ b/docs/getting_started/install.md @@ -18,9 +18,10 @@ nav_order: 1 `Thycotic.SecretServer` is available to download from the following locations: -- [GitHub Releases](https://github.com/thycotic-ps/thycotic.secretserver/releases/latest) -- **[Direct download](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.61.3/Thycotic.SecretServer.zip) Current Release** -- *[PowerShell Gallery](https://www.powershellgallery.com/packages/Thycotic.SecretServer/) Release 61.3* +- ~~[PowerShell Gallery](https://www.powershellgallery.com/packages/Thycotic.SecretServer/) (recommended)~~ Temporarily unavailable +- [GitHub Release](https://github.com/thycotic-ps/thycotic.secretserver/releases/) +- [CDN Download](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.62.0/Thycotic.SecretServer.zip) +- [Direct Download](https://delineamarketplace01qa.blob.core.windows.net/integrations/Downloads/PowershellModule/0.62.0/Thycotic.SecretServer.zip) Choose one of the following methods to obtain & install the module: @@ -47,9 +48,15 @@ There are multiple options for downloading the module files: 2. Unblock & Extract the `Thycotic.SecretServer.zip` 3. Copy the `Thycotic.SecretServer` folder to your "Powershell Modules" directory of choice. -### Direct File Download +### CDN Download -1. [Download the latest release file](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.61.3/Thycotic.SecretServer.zip) +1. [Download the latest release file](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.62.0/Thycotic.SecretServer.zip) +2. Unblock & Extract the archive +3. Copy the `Thycotic.SecretServer` folder to your "Powershell Modules" directory of choice. + +### Direct Download + +1. [Download the latest release file](https://delineamarketplace01qa.blob.core.windows.net/integrations/Downloads/PowershellModule/0.62.0/Thycotic.SecretServer.zip) 2. Unblock & Extract the archive 3. Copy the `Thycotic.SecretServer` folder to your "Powershell Modules" directory of choice.