1 ファイル変更 +5 -5
この更新の概要
初回ログイン時の認証プロセスに関する説明が、より具体的なブラウザベースの手順へと更新されました。ClaudeサブスクリプションまたはConsoleアカウントを使用する際の認証方法が明記されています。ログイン後にセッション内でアカウントを切り替えたり再認証したりするための /login コマンドの使用方法が追記されました。認証情報の保存と永続性についての記述が簡潔に整理されています。
@@ -66,16 +66,16 @@ You can also install with [apt, dnf, or apk](/en/setup#install-with-linux-packag
## Step 2: Log in to your account
Claude Code requires an account to use. When you start an interactive session with the `claude` command, you'll need to log in:
Claude Code requires an account to use. Start an interactive session with the `claude` command and you'll be prompted to log in on first use:
```bash
claude
# You'll be prompted to log in on first use
```
```bash
For Claude subscription or Console accounts, follow the prompts to complete authentication in your browser. To switch accounts later or re-authenticate, type `/login` inside the running session:
```text
/login
# Follow the prompts to log in with your account
```
You can log in using any of these account types:
@@ -84,7 +84,7 @@ You can log in using any of these account types:
- [Claude Console](https://console.anthropic.com/) (API access with pre-paid credits). On first login, a "Claude Code" workspace is automatically created in the Console for centralized cost tracking.
- [Amazon Bedrock, Google Vertex AI, or Microsoft Foundry](/en/third-party-integrations) (enterprise cloud providers)
Once logged in, your credentials are stored and you won't need to log in again. To switch accounts later, use the `/login` command.
Once logged in, your credentials are stored and you won't need to log in again.
## Step 3: Start your first session