From fbd791eb3f5513f616ac6e9bd479115664a5f9ff Mon Sep 17 00:00:00 2001 From: Kartik Sahu Date: Fri, 7 Aug 2026 02:45:55 +0530 Subject: [PATCH] docs: Add GitHub Codespaces quick start tip for students - Added helpful tip about using GitHub Codespaces for instant browser-based learning - Helps students start immediately without local setup - Improves accessibility for learners without powerful computers - Placed prominently in Getting Started section for maximum visibility --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ba4afedc..e31a0eb9c 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ Follow these steps: 1. **Fork the Repository**: Click on the "Fork" button at the top-right corner of this page. 2. **Clone the Repository**: `git clone https://github.com/microsoft/ML-For-Beginners.git` +> 💡 **Quick Start Tip:** Want to start learning immediately without installing anything? Use [GitHub Codespaces](https://github.com/features/codespaces) to run this entire curriculum in your browser! Just click the green "Code" button and select "Open with Codespaces" in your forked repository. + > [find all additional resources for this course in our Microsoft Learn collection](https://learn.microsoft.com/en-us/collections/qrqzamz1nn2wx3?WT.mc_id=academic-77952-bethanycheum) > 🔧 **Need help?** Check our [Troubleshooting Guide](TROUBLESHOOTING.md) for solutions to common issues with installation, setup, and running lessons.