From 914aaaf8aa446a9877b7f3de90dac03f785908c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Wed, 8 Nov 2023 10:47:27 +0100 Subject: [PATCH] Add instructions to install ServiceBusExplorer with Scoop in the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e65cee52..09d32dcd 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ The default location of the executable is C:\ProgramData\chocolatey\lib\ServiceB More information on our [Chocolatey page](https://chocolatey.org/packages/ServiceBusExplorer). +## Using [Scoop](https://scoop.sh) + +``` +scoop install extras/servicebusexplorer +``` + +The default location of the executable is %USERPROFILE%\scoop\apps\servicebusexplorer\current\tools\ServiceBusExplorer.exe. + ## Using GitHub ``` curl -s https://api.github.com/repos/paolosalvatori/ServiceBusExplorer/releases/latest | grep browser_download_url | cut -d '"' -f 4