Merge pull request #73 from MuhammedKalkan/ebbypeter-patch-1
Add Winget installation steps
This commit is contained in:
commit
70931a4063
|
|
@ -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