Skip to content

Commit 85ed9cd

Browse files
authored
docs: adding possibility to install from winget (#829)
1 parent 2bb6e33 commit 85ed9cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ The default location of the executable is `%USERPROFILE%\scoop\apps\servicebusex
5757
curl -s https://api.github.com/repos/paolosalvatori/ServiceBusExplorer/releases/latest | grep browser_download_url | cut -d '"' -f 4
5858
```
5959

60+
## Using [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/)
61+
62+
````
63+
winget install --id paolosalvatori.ServiceBusExplorer --source winget
64+
````
65+
6066
# Contributions
6167
There are no dedicated developers so development is entirely based on voluntary effort.
6268

0 commit comments

Comments
 (0)