Skip to content

Commit efa986d

Browse files
authored
Merge pull request #6 from maxim-uvarov/patch-1
use identifier `daxstudio.daxstudio` in winget
2 parents fd6c195 + ae7f5b4 commit efa986d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/installation/winget.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DAX Studio can be installed and updated using [winget](https://learn.microsoft.c
77
# Installing for all users
88

99
```
10-
winget install daxstudio --scope machine
10+
winget install daxstudio.daxstudio --scope machine
1111
```
1212

1313
::: note
@@ -17,17 +17,17 @@ Installing for All users requires admin rights. You need to install for All user
1717
# Installing for current user
1818

1919
```
20-
winget install daxstudio
20+
winget install daxstudio.daxstudio
2121
```
2222

2323
# Updating
2424

2525
```
26-
winget upgrade daxstudio
26+
winget upgrade daxstudio.daxstudio
2727
```
2828

2929
# Uninstalling
3030

3131
```
32-
winget uninstall daxstudio
33-
```
32+
winget uninstall daxstudio.daxstudio
33+
```

0 commit comments

Comments
 (0)