Skip to content

Commit 2fc7cca

Browse files
committed
switch to tested windows command
1 parent 5a10daa commit 2fc7cca

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

content/install-guides/claude-code.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,10 @@ brew install --cask claude-code
6262

6363
### Install on Windows on Arm
6464

65-
On Windows systems, including Windows on Arm, the recommended method is winget:
65+
On Windows systems, including Windows on Arm, run the following PowerShell command:
6666

6767
```console
68-
winget install Anthropic.ClaudeCode
69-
```
70-
71-
You can also install using npm, although this is deprecated:
72-
73-
```console
74-
npm install -g @anthropic-ai/claude-code
68+
irm https://claude.ai/install.ps1 | iex
7569
```
7670

7771
For other options, please [see the Claude Code setup page](https://code.claude.com/docs/en/setup).

0 commit comments

Comments
 (0)