Skip to content

Commit a26e54e

Browse files
authored
Merge pull request #4492 from Youssef1313/patch-1
Update uno-setup.md
2 parents df00209 + 31a0140 commit a26e54e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

hub/includes/uno-setup.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22

33
1. Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start Menu.
44

5-
2. Install or update the `uno-check` tool:
5+
1. Install or update the `uno-check` tool:
66
- Use the following command:
77

8-
`dotnet tool install -g uno.check`
8+
```dotnetcli
9+
dotnet tool install -g uno.check
10+
```
911
1012
- To update the tool, if you already have previously installed an older version:
1113
12-
`dotnet tool update -g uno.check`
14+
```dotnetcli
15+
dotnet tool update -g uno.check
16+
```
1317
14-
3. Run the tool with the following command:
18+
1. Run the tool with the following command:
1519
16-
`uno-check`
20+
```
21+
uno-check
22+
```
1723
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.

0 commit comments

Comments
 (0)