[DOCS]google search gives incorrect terminal commands for installing claude code on mac

Resolved 💬 1 comment Opened May 9, 2026 by pjrieger Closed Jun 8, 2026

Documentation Type

Other

Documentation Location

https://www.google.com/search?q=how+do+i+install+claude+code+on+my+mac&oq=how+do+i+install+claude+code+on+my+&gs_lcrp=EgZjaHJvbWUqBwgAEAAYgAQyBwgAEAAYgAQyBggBEEUYOTIHCAIQABiABDIHCAMQABiABDIICAQQABgWGB4yCAgFEAAYFhgeMggIBhAAGBYYHjIICAcQABgWGB4yCAgIEAAYFhgeMggICRAAGBYYHtIBCTE1MjgwajBqN6gCCLACAfEF0rKE069bpAnxBdKyhNOvW6QJ&sourceid=chrome&ie=UTF-8&zx=1778362873661

Section/Topic

Google Search answers from Anthropic

Current Documentation

The Google Search currently returns:
To install Claude Code on a Mac, use the native terminal installer, which requires Node.js (18+ or 20+) and an Anthropic Pro/Team/Enterprise account. Run curl -LsSf https://claude.com | sh in your terminal to install, then type claude to start and authenticate.

What's Wrong or Missing?

The incorrect answer given is:
To install Claude Code on a Mac, use the native terminal installer, which requires Node.js (18+ or 20+) and an Anthropic Pro/Team/Enterprise account. Run curl -LsSf https://claude.com | sh in your terminal to install, then type claude to start and authenticate.

Suggested Improvement

Claude says this is the correct syntax:
curl -fsSL https://claude.ai/install.sh | sh

Impact

High - Prevents users from using a feature

Additional Context

https://code.claude.com/docs/en/quickstart
shows the following code:
curl -fsSL https://claude.ai/install.sh | bash

Claude says the following code is correct:
curl -fsSL https://claude.ai/install.sh | sh

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗