add install links to readme

This commit is contained in:
郑育江
2026-06-06 17:10:09 +08:00
parent 6f74cd93b3
commit 331aee1423
+51 -1
View File
@@ -1,3 +1,53 @@
# AI Coding Productivity Slides
Open `ai-coding-productivity-apple-slides.html` in a browser to view the deck.
Open `index.html` or `ai-coding-productivity-apple-slides.html` in a browser to view the deck.
## Installation Links
### macOS
Codex:
```bash
curl -fsSL https://chatgpt.com/codex/install.sh | sh
```
Claude Code:
```bash
curl -fsSL https://claude.ai/install.sh | bash
```
Or:
```bash
brew install --cask claude-code
```
cc-switch:
```bash
brew install --cask cc-switch
```
Manual downloads:
- Claude: https://claude.com/download
- cc-switch: https://github.com/farion1231/cc-switch/releases/latest
### Windows
Claude Code:
```powershell
winget install Anthropic.ClaudeCode
```
cc-switch:
- https://github.com/farion1231/cc-switch/releases/latest
Codex:
- https://developers.openai.com/codex/cli
- https://chatgpt.com/codex/install.sh