Skip to content

Commit

Permalink
Update using-secretstore.md install commands (#228)
Browse files Browse the repository at this point in the history
Separates the PowerShell commands to install the SecretManagement and SecretStore modules using either PowerShellGet or PSResourceGet so that the install commands can be copied and run separately without trying to run both methods in one copied command.
  • Loading branch information
stevenjudd authored May 21, 2024
1 parent 4aae3a2 commit 9f9c38e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ can be installed using **PowerShellGet** commands.
# Install with PowerShellGet 2.x
Install-Module Microsoft.PowerShell.SecretManagement
Install-Module Microsoft.PowerShell.SecretStore
```

or

```powershell
# Install with PSResourceGet 1.x
Install-PSResource Microsoft.PowerShell.SecretManagement
Install-PSResource Microsoft.PowerShell.SecretStore
Expand Down

0 comments on commit 9f9c38e

Please sign in to comment.