Skip to content

Commit 794506c

Browse files
Update README.md (#124) [skip ci]
- Add a larger logo for `mpdev` - Adds info for `winget` download
1 parent f833fc2 commit 794506c

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,24 +74,29 @@ Clone the project, open the `.\AzureKeyVaultExplorer` directory and open the sol
7474

7575

7676
# Installing / building from source:
77-
Get it from the Microsoft store!
77+
### Get it from the Microsoft store!
7878
<p align="left">
7979
<a href="https://apps.microsoft.com/detail/9mz794c6t74m?rtc=1&hl=en-us&gl=US&cid=github&gl=US">
8080
<img src="https://get.microsoft.com/images/en-us%20light.svg" width="200" alt="Download" />
8181
</a>
8282
</p>
8383

84+
### Or Get it from winget!
85+
```pwsh
86+
winget search "Key Vault Explorer" --source msstore
87+
winget install "Key Vault Explorer" --source msstore
88+
```
8489

8590
## Using your own client id / application Id (your own enterprise application):
8691
### This requires the check box to be selected, and a valid client id.
8792
- Create an Enterprise application in your Azure AD/Entra tenant:
88-
<br/>
93+
8994
![image](https://github.com/user-attachments/assets/c72875a5-ef34-4157-8b2a-bed9f14b4b55)
90-
<br>
95+
9196
![image](https://github.com/user-attachments/assets/e0e90e41-c649-4b4a-80a7-74c897ace4bb)
9297

9398
- Select a tenant auth type:
94-
<br/>
99+
95100
![image](https://github.com/user-attachments/assets/f92a9f0b-a6cc-4e47-8f95-a9043e07bf50)
96101
- Then navigate to "App Registrations" and go to the "Manage > Authentication" page:
97102
![image](https://github.com/user-attachments/assets/dadf5b96-6364-41f8-8e2f-e4ea9855c39a)
@@ -176,7 +181,9 @@ Alternatively, you create an enterprise application with the following permissio
176181

177182
## Installer
178183

179-
Installer built with [Master Packager Dev](https://www.masterpackager.com/masterpackagerdev/).
184+
<img src="https://www.masterpackager.com/media/site/img/icon_blue.svg" width="100"/>
185+
186+
Installer built with: [Master Packager Dev](https://www.masterpackager.com/masterpackagerdev/)
180187

181188
## Troubleshooting
182189
The folder where all app associated data like the database and other encrypted files is `/Users/YOUR_USER_NAME/Library/Application Support/KeyVaultExplorer/` on macOS

0 commit comments

Comments
 (0)