From 521e2a2d1dd4a57965f9e27d04fbe3554f905975 Mon Sep 17 00:00:00 2001 From: skulidropek <66840575+skulidropek@users.noreply.github.com> Date: Sat, 21 Mar 2026 09:30:09 +0000 Subject: [PATCH] docs(cli): prefer scoped npm install command --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ef7f24..4faa693 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,14 @@ and then writes project-specific runtime files. ## Usage -Until the npm package is published, run it directly from GitHub: - ```bash -npx --yes github:SpawnDock/create-spawn-dock#main --token [project-dir] +npx @spawn-dock/create-spawn-dock --token [project-dir] ``` -After npm publish, the intended short form remains: +If npm registry access is unavailable, the GitHub fallback remains: ```bash -npx @spawn-dock/create-spawn-dock --token [project-dir] +npx --yes github:SpawnDock/create-spawn-dock#main --token [project-dir] ``` ## What it writes