Files
mars-ai/README.md
T
2026-06-06 17:10:09 +08:00

54 lines
785 B
Markdown

# AI Coding Productivity Slides
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