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