-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Cédric Belin edited this page Mar 2, 2026
·
3 revisions
Before installing HtmlForPS, you need to make sure you have PowerShell up and running.
You can verify if you're already good to go with the following command:
pwsh --version
# PowerShell 7.5.4From a command prompt, run:
Install-PSResource -Name Html -Repository PSGalleryNow in your PowerShell code, you can use:
Import-Module -Name Html