From 2d8b6a5d01014150a43c678a970913d70dc27d16 Mon Sep 17 00:00:00 2001 From: docs-bot Date: Thu, 19 Mar 2026 21:50:39 +0000 Subject: [PATCH] Document Linux musl binary for npm CLI installs --- cli.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.mdx b/cli.mdx index 8f8ac10..833b528 100644 --- a/cli.mdx +++ b/cli.mdx @@ -32,6 +32,7 @@ npm install -g @corgea/cli ``` The npm package bundles native binaries for supported platforms and selects the correct binary for your OS and architecture at runtime. +For Linux x64, the npm package uses a musl-linked binary to improve compatibility across distributions. ### Install with PIP