mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-03-11 17:45:44 +00:00
Update README.md
This commit is contained in:
parent
b4cad35041
commit
bca250f8dd
1 changed files with 19 additions and 10 deletions
13
README.md
13
README.md
|
|
@ -104,7 +104,16 @@
|
|||
- **Install using the** `Installer`. Download `stremio-5.0.0-x64.exe` or `stremio-5.0.0-x86.exe` and run it.
|
||||
2. 💼 **Portable Version**
|
||||
- **Install using the** `Archive`. Download `stremio-5.0.0-x64.7z` or `stremio-5.0.0-x86.7z` extract it and run `stremio.exe`
|
||||
3. 🥄 **Scoop.sh**
|
||||
3. **Winget (Recommended)**
|
||||
```shell
|
||||
# Install
|
||||
winget install Zaarrg.StremioCommunity
|
||||
# Update
|
||||
winget upgrade Zaarrg.StremioCommunity
|
||||
# Uninstall
|
||||
winget uninstall Zaarrg.StremioCommunity
|
||||
```
|
||||
4. 🥄 **Scoop.sh**
|
||||
```shell
|
||||
# Install
|
||||
scoop bucket add zarg https://github.com/zaarrg/scoop
|
||||
|
|
@ -115,7 +124,7 @@
|
|||
# Uninstall
|
||||
scoop uninstall stremio-desktop-v5
|
||||
```
|
||||
4. ~~🍫 **Chocolatey**~~
|
||||
5. ~~🍫 **Chocolatey**~~
|
||||
```shell
|
||||
⚠️ Note: Chocolatey is not updated use scoop or a other installation method!
|
||||
# Install
|
||||
|
|
|
|||
Loading…
Reference in a new issue