diff --git a/website/docs/quick-start/install-atmos.mdx b/website/docs/quick-start/install-atmos.mdx
index dfc4587fa..697f1d585 100644
--- a/website/docs/quick-start/install-atmos.mdx
+++ b/website/docs/quick-start/install-atmos.mdx
@@ -98,6 +98,20 @@ Atmos has native packages for macOS and every major Linux distribution. We also
```
+
+
+ #### Windows via scoop.sh
+
+ On Windows, run the following command to install:
+
+ ```shell
+ scoop install atmos
+ ```
+
+ __NOTE:__ Don't have `scoop`? Install it first from https://scoop.sh/
+
+
+
#### Install with Go