From 331aee142362aa5e9ac8eef6adc0f87771d707cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=82=B2=E6=B1=9F?= Date: Sat, 6 Jun 2026 17:10:09 +0800 Subject: [PATCH] add install links to readme --- README.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5414048..d6ddb36 100644 --- a/README.md +++ b/README.md @@ -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