Skip to content

Commit

Permalink
Fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed May 21, 2024
1 parent 74798aa commit e1206d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Using PlatyPS is the fast and efficient way to create XML-based help.
ms.date: 11/10/2023
ms.date: 05/21/2024
title: Create XML-based help using PlatyPS
---
# Create XML-based help using PlatyPS
Expand Down Expand Up @@ -41,7 +41,7 @@ First you must install PlatyPS from the PowerShell Gallery.
Install-Module platyps -Force
# Install using PSResourceGet 1.x
Install-PSResource platyps -Force
Install-PSResource platyps -Reinstall
```

After installing PlatyPS, import the module into your session.
Expand Down

0 comments on commit e1206d6

Please sign in to comment.