From 0115f4801b449cf7f82358ed4b91c6b20d34face Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 21 Sep 2022 13:50:41 +0200 Subject: [PATCH] simplify install command --- content/posts/pscredentialstore-update/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/posts/pscredentialstore-update/index.md b/content/posts/pscredentialstore-update/index.md index 2ee6e5d..c4f4c06 100644 --- a/content/posts/pscredentialstore-update/index.md +++ b/content/posts/pscredentialstore-update/index.md @@ -52,6 +52,10 @@ Additionally we fixed some issues and added new connection types: You can find the PSCredential store at [PowerShell Gallery](https://www.powershellgallery.com/packages/PSCredentialStore) and [gitea.ocram85.com](https://gitea.ocram85.com/OCram85/PSCredentialStore/releases). -❤️ Feel free to install or upgrade to the latest version with `Install-Module -Name 'PSCredentialStore' -Force`. +Feel free to install or upgrade to the latest version with the following command. + +```powershell +Install-Module -Name 'PSCredentialStore' -Force +``` ![forthebadge](https://forthebadge.com/images/badges/contains-17-coffee-cups.svg)