diff --git a/README.md b/README.md index cf2558c9216d..0a94bc23f7ca 100644 --- a/README.md +++ b/README.md @@ -221,3 +221,14 @@ Understanding the Superset Points of View + +## Quick Start for Beginners(Windows Friendly) + +Many new contributors face issues while setting up Superset on Windows. +Here’s a step-by-step guide: + +### 1. Install Git +- [Download Git](https://git-scm.com/downloads) +- Verify installation: + ```bash + git --version