We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd6c195 + ae7f5b4 commit efa986dCopy full SHA for efa986d
1 file changed
docs/installation/winget.md
@@ -7,7 +7,7 @@ DAX Studio can be installed and updated using [winget](https://learn.microsoft.c
7
# Installing for all users
8
9
```
10
-winget install daxstudio --scope machine
+winget install daxstudio.daxstudio --scope machine
11
12
13
::: note
@@ -17,17 +17,17 @@ Installing for All users requires admin rights. You need to install for All user
17
# Installing for current user
18
19
20
-winget install daxstudio
+winget install daxstudio.daxstudio
21
22
23
# Updating
24
25
26
-winget upgrade daxstudio
+winget upgrade daxstudio.daxstudio
27
28
29
# Uninstalling
30
31
32
-winget uninstall daxstudio
33
-```
+winget uninstall daxstudio.daxstudio
+```
0 commit comments