File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
1 . Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start Menu.
4
4
5
- 2 . Install or update the ` uno-check ` tool:
5
+ 1 . Install or update the ` uno-check ` tool:
6
6
- Use the following command:
7
7
8
- ` dotnet tool install -g uno.check `
8
+ ``` dotnetcli
9
+ dotnet tool install -g uno.check
10
+ ```
9
11
10
12
- To update the tool, if you already have previously installed an older version:
11
13
12
- ` dotnet tool update -g uno.check `
14
+ ```dotnetcli
15
+ dotnet tool update -g uno.check
16
+ ```
13
17
14
- 3 . Run the tool with the following command:
18
+ 1 . Run the tool with the following command:
15
19
16
- ` uno-check `
20
+ ```
21
+ uno-check
22
+ ```
17
23
18
- 4 . Follow the instructions indicated by the tool. Because it needs to modify your system, you may be prompted for elevated permissions.
24
+ 1 . Follow the instructions indicated by the tool. Because it needs to modify your system, you may be prompted for elevated permissions.
You can’t perform that action at this time.
0 commit comments