Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 513 Bytes

File metadata and controls

18 lines (18 loc) · 513 Bytes
  1. Open a Terminal.
  2. a. Install the tool by running the following command from the command prompt:
    dotnet tool install -g uno.check
    
    b. To update the tool, if you already have an existing one:
    dotnet tool update -g uno.check
    
  3. Run the tool from the command prompt with the following command:
    uno-check
    
    If the above command fails, use the following:
    ~/.dotnet/tools/uno-check
    
  4. Follow the instructions indicated by the tool