Add Winget installation steps
OpenLens can be installed using Winget. Adding the commands to make it easier for users to discover
This commit is contained in:
parent
064ce92cc9
commit
4b9aecbbec
|
|
@ -33,10 +33,17 @@ Go to [Releases](https://github.com/MuhammedKalkan/OpenLens/releases) and downlo
|
|||
brew install --cask openlens
|
||||
```
|
||||
### Windows
|
||||
|
||||
#### Scoop
|
||||
```
|
||||
scoop bucket add extras
|
||||
scoop install openlens
|
||||
```
|
||||
#### Winget
|
||||
```
|
||||
winget install openlens
|
||||
```
|
||||
|
||||
|
||||
## Thanks
|
||||
Big Thanks to
|
||||
|
|
|
|||
Loading…
Reference in New Issue