From 985419fac4a4d21ec93b3f80c41c98f4d944a038 Mon Sep 17 00:00:00 2001 From: Paul Asjes Date: Fri, 28 Aug 2026 09:54:57 +0200 Subject: [PATCH] docs: add npm to the README install options npm distribution is live at 1.1.0 across all six packages. Placed after Scoop so the package managers sit together, ahead of the raw installers. Notes npx as well, for one-off use without a global install. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cca856e..43c1658 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ scoop bucket add elevenlabs https://github.com/elevenlabs/scoop-bucket scoop install elevenlabs ``` +### npm (macOS / Linux / Windows) + +```bash +npm install -g @elevenlabs/cli +``` + +Installs the same binary through a thin launcher, picking the right build for +your platform. Use `npx @elevenlabs/cli ` to run it once without +installing it globally. + ### Shell (macOS / Linux) ```bash