diff --git a/openhands/usage/cli/installation.mdx b/openhands/usage/cli/installation.mdx
index e846ba73..01737936 100644
--- a/openhands/usage/cli/installation.mdx
+++ b/openhands/usage/cli/installation.mdx
@@ -3,9 +3,10 @@ title: Installation
description: Install the OpenHands CLI on your system
---
-
-**Windows Users:** The OpenHands CLI requires WSL (Windows Subsystem for Linux). Native Windows is not officially supported. Please [install WSL](https://learn.microsoft.com/en-us/windows/wsl/install) first, then run all commands inside your WSL terminal.
-
+
+**Windows users:** All commands below should be run inside the WSL terminal (Ubuntu). Use `wsl -d Ubuntu` in PowerShell or search "Ubuntu" in the Start menu to access the Ubuntu terminal. We also have a [step-by-step video tutorial](https://youtu.be/Kp40Qqz4ZPw) available.
+
+
## Installation Methods
diff --git a/openhands/usage/run-openhands/local-setup.mdx b/openhands/usage/run-openhands/local-setup.mdx
index af438211..5ac891de 100644
--- a/openhands/usage/run-openhands/local-setup.mdx
+++ b/openhands/usage/run-openhands/local-setup.mdx
@@ -3,7 +3,7 @@ title: Setup
description: Getting started with running OpenHands on your own.
---
-## Recommended Methods for Running Openhands on Your Local System
+## Recommended Methods for Running OpenHands on Your Local System
### System Requirements
@@ -39,10 +39,13 @@ A system with a modern processor and a minimum of **4GB RAM** is recommended to
+
+ Looking for a video guide? Check out this [step-by-step Windows setup tutorial](https://youtu.be/Kp40Qqz4ZPw).
+
**WSL**
1. [Install WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
- 2. Run `wsl --version` in powershell and confirm `Default Version: 2`.
+ 2. Run `wsl --version` in PowerShell and confirm `Default Version: 2`.
**Ubuntu (Linux Distribution)**