This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ========================================================================== | |
| # OPENCLAW SETUP - Windows one-paste installer | |
| # ========================================================================== | |
| # Paste this ENTIRE FILE into PowerShell and press Enter. | |
| # | |
| # WHAT IT DOES (so you learn as it runs): | |
| # 1. Installs Git - the tool that tracks every change in a project | |
| # 2. Installs GitHub CLI - the sign-in tool for GitHub (no tokens to type) | |
| # 3. Signs you in to GitHub (browser opens, paste a short code) | |
| # 4. Downloads OpenClaw to Documents\OpenClaw |