Install Documentarian and related tools

Guidance for installing Documentarian and related tools.

Install tools

Install PowerShell modules

Requirements:

  • PowerShell version 7.2 or later

  • The PowerShell-Yaml module. You can install it from the PowerShell Gallery:

    Install-Module -Name PowerShell-Yaml
    

Next, you need to download the latest build from the Documentarian GitHub repository.

  1. Select the latest successful workflow run for the Build Modules GitHub Action.
  2. In Artifacts, download the Documentarian zip file.
  3. Extract the Documentarian module from the zip file.
  4. Import the modules into your PowerShell session. For example, Import-Module Documentarian.psd1.

Install VS Code extensions

Last modified February 24, 2023: Add install tools doc (c6b5cd7)