Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 543 Bytes

use-uno-check-inline-windows-noheader.md

File metadata and controls

22 lines (15 loc) · 543 Bytes
  1. Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start menu.

  2. Setup uno.check by:

    • Installing the tool:

      dotnet tool install -g uno.check
    • Updating the tool, if you previously installed it:

      dotnet tool update -g uno.check
  3. Run the tool from the command prompt with the following command:

    uno-check
  4. Follow the instructions indicated by the tool.