diff --git a/README.md b/README.md
index 656ce6b..e2199d5 100644
--- a/README.md
+++ b/README.md
@@ -62,9 +62,21 @@
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**
- - Coming Soon!
+ ```shell
+ # Install
+ scoop bucket add zarg https://github.com/zaarrg/scoop
+ scoop install stremio-desktop-v5
+ # Update
+ scoop update stremio-desktop-v5
+ ```
4. 🍫 **Chocolatey**
- - Coming Soon!
+ ```shell
+ # Install
+ choco install stremio-desktop-v5 -y
+ # Update
+ choco upgrade stremio-desktop-v5 -y
+ ```
+
> **⏳ Note:** If you have stremio-desktop v4.x.x installed make sure to uninstall it first. Otherwise there might be issues.
diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index bec9cf1..ffbe914 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -21,4 +21,18 @@ node build_checksums.js "C:\Program Files\OpenSSL-Win64\bin" "5.0.0-beta.8" "5.0
6. Make new release with the Git tag used when running ``build_checksums.js``
> **⏳Note:** Alternatively u can separate the version bump commit. Instead:
-> Commit - Release - Build Checksums - Commit Built Checksums
\ No newline at end of file
+> Commit - Release - Build Checksums - Commit Built Checksums
+
+
+## Chocolatey
+1. ``cd utils/chocolatey``
+2. Run and bump version in ``.nuspec`` and in `choco push`:
+```shell
+ choco pack stremio.nuspec
+ choco push stremio-desktop-v5.5.0.8.nupkg --source https://push.chocolatey.org/ --api-key {api-key}
+```
+
+## Scoop
+1. Run ``build-checksums.js``
+2. Commit updated ``scoop.json``
+3. Sync scoop bucket ``node sync.js`` in ``scoop`` repo
diff --git a/utils/chocolatey/stremio-desktop-v5.5.0.8.nupkg b/utils/chocolatey/stremio-desktop-v5.5.0.8.nupkg
new file mode 100644
index 0000000..e499b26
Binary files /dev/null and b/utils/chocolatey/stremio-desktop-v5.5.0.8.nupkg differ
diff --git a/utils/chocolatey/stremio.nuspec b/utils/chocolatey/stremio.nuspec
index a9c0fdd..7a02ecf 100644
--- a/utils/chocolatey/stremio.nuspec
+++ b/utils/chocolatey/stremio.nuspec
@@ -4,9 +4,10 @@