Skip to content

Commit 8b2cab9

Browse files
committed
Updated README
Added additional badges and clickable links to the PSGallery. Added note regarding upgrading.
1 parent 2efadec commit 8b2cab9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# WinGet-Essentials PowerShell Module
22

3-
![PSGallery](https://img.shields.io/powershellgallery/p/WinGet-Essentials)
3+
[![pwsh version](https://img.shields.io/powershellgallery/v/WinGet-Essentials)](https://www.powershellgallery.com/packages/WinGet-Essentials)
4+
[![pwsh platform](https://img.shields.io/powershellgallery/p/WinGet-Essentials)](https://www.powershellgallery.com/packages/WinGet-Essentials)
5+
[![pwsh downloads](https://img.shields.io/powershellgallery/dt/WinGet-Essentials)](https://www.powershellgallery.com/packages/WinGet-Essentials)
46
[![CI](https://github.com/jjcarrier/WinGet-Essentials/actions/workflows/ci.yml/badge.svg)](https://github.com/jjcarrier/WinGet-Essentials/actions/workflows/ci.yml)
57

68
## [Table of Contents](#table-of-contents)
@@ -98,6 +100,10 @@ module, in an Administrator instance of PowerShell, run:
98100
Update-WinGetEssentials
99101
```
100102

103+
> [!NOTE]\
104+
> Module versions >= 1.11.0 do not require this command to run in an Admin
105+
> instance, so long as the user has permissions to create SymLinks.
106+
101107
### Alternative update method (for module versions < 1.6.1)
102108

103109
If desired, it is also possible to perform a more manual upgrade process using

0 commit comments

Comments
 (0)