Week 1 of 12 🚀
แนะนำ Claude Code
Claude Code 入门
Click a card to flip it. คลิกการ์ดเพื่อพลิก 点击卡片翻面。
What command starts a Claude Code session?
คำสั่งอะไรเริ่มเซสชัน Claude Code?
哪个命令可以开始一个 Claude Code 会话?
Which sentence is imperative?
ประโยคไหนเป็นประโยคคำสั่ง?
哪个句子是祈使句?
What does CLI stand for?
CLI ย่อมาจากอะไร?
CLI 是什么的缩写?
How to do it
Win+R, type cmd, press Enter. Or right-click the Start button and choose Terminal.Cmd+Space, type Terminal, press Enter.> or $. That is the prompt — the computer is waiting for you to type.How to do it
curl -fsSL https://claude.ai/install.sh | bash · Windows PowerShell: irm https://claude.ai/install.ps1 | iexHow to do it
claude --version and press Enter.2.1.0) means the install worked.How to do it
cd Documents\my-project (Windows) or cd ~/my-project (Mac). Claude works on the folder you start it in.claude and press Enter. The Claude Code welcome screen appears.How to do it
Step by step
cd Documents is fine).claude and press Enter to start a session.✓ You did it right if: Claude answers with a Thai greeting like สวัสดี and can explain it.
# Lines starting with > are what YOU type. C:\Users\student> claude --version 2.1.0 (Claude Code) C:\Users\student> cd Documents\my-first-project C:\Users\student\Documents\my-first-project> claude * Welcome to Claude Code! /help for help - /status for your session > say hello in Thai * Swasdi khrap! (sawasdee krap) - "Hello!" in Thai. Polite endings: "krap" for a male speaker, "ka" for a female speaker. > now say it in English and explain the Thai words * Hello! "Sawasdee" is the all-purpose Thai greeting...
| Command / Tool | English | ภาษาไทย | 中文 |
|---|---|---|---|
claude --version | Check installed version | ตรวจสอบเวอร์ชัน | 查看已安装的版本 |
claude | Start interactive session | เริ่มเซสชันแบบโต้ตอบ | 开始交互式会话 |
claude doctor | Diagnose issues | วินิจฉัยปัญหา | 诊断问题 |
claude --help | Show help information | แสดงข้อมูลช่วยเหลือ | 显示帮助信息 |