From 7cb2d0e2e029b56bc58992d479b91ae943524305 Mon Sep 17 00:00:00 2001 From: Wolf Date: Sat, 7 Mar 2026 22:08:10 +0100 Subject: [PATCH] docs: split install commands into separate macOS/Linux and Windows blocks 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 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdadc0ee..d47cc84b 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,13 @@ Install `apx`: +**macOS/Linux:** ```bash -# macOS/Linux curl -fsSL https://databricks-solutions.github.io/apx/install.sh | sh +``` -# Windows +**Windows:** +```powershell irm https://databricks-solutions.github.io/apx/install.ps1 | iex ```