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