Claude Code kurulumu
Claude Code setup
Claude Code’u lokalde kurma zamanı!
Tam kurulum talimatlarını burada bulabilirsin: https://code.claude.com/docs/en/quickstart
Kısaca yapman gerekenler:
- Claude Code’u install et
- MacOS, Linux, WSL:
curl -fsSL https://claude.ai/install.sh | bash - Windows PowerShell:
irm https://claude.ai/install.ps1 | iex - Windows Command Prompt (cmd.exe):
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd - MacOS (Homebrew):
brew install --cask claude-code
- MacOS, Linux, WSL:
- Kurulumdan sonra terminal’de
claudekomutunu çalıştır. İlk çalıştırmada terminal için bir color theme seçmen veclaude.aicredential’larınla authenticate olman istenir.
Claude Code’u Amazon Bedrock, Google Cloud Vertex AI veya Microsoft Foundry üzerinden mi kullanıyorsun? Ek kurulum adımları için third-party provider setup dokümanına bak.