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
|
brew install --cask openlens
|
||||||
```
|
```
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
|
#### Scoop
|
||||||
```
|
```
|
||||||
scoop bucket add extras
|
scoop bucket add extras
|
||||||
scoop install openlens
|
scoop install openlens
|
||||||
```
|
```
|
||||||
|
#### Winget
|
||||||
|
```
|
||||||
|
winget install openlens
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
Big Thanks to
|
Big Thanks to
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue