Skip to content

docs: split install commands into separate macOS/Linux and Windows blocks#133

Open
wbwvos wants to merge 1 commit intodatabricks-solutions:mainfrom
wbwvos:docs/split-install-commands
Open

docs: split install commands into separate macOS/Linux and Windows blocks#133
wbwvos wants to merge 1 commit intodatabricks-solutions:mainfrom
wbwvos:docs/split-install-commands

Conversation

@wbwvos
Copy link

@wbwvos wbwvos commented Mar 7, 2026

Closes #132

Summary

  • Separates the single install code block (containing both macOS/Linux and Windows commands) into two distinct, labeled code blocks
  • Makes it easier for users to copy the correct install command for their platform without having to select around comments
  • Uses `powershell` syntax highlighting for the Windows block since it uses PowerShell (`irm ... | iex`)

Test plan

  • Verify the README renders correctly on GitHub with two separate code blocks
  • Confirm macOS/Linux block uses `bash` highlighting
  • Confirm Windows block uses `powershell` highlighting

🤖 Generated with Claude Code

…ocks

Separates the installation commands into two distinct code blocks with
platform labels, making it easier to copy the correct command.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐚 [DOCS] [MINOR QoL] Separate the install commands in the README.md

1 participant