Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pairing-token> [project-dir]
npx @spawn-dock/create-spawn-dock --token <pairing-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 <pairing-token> [project-dir]
npx --yes github:SpawnDock/create-spawn-dock#main --token <pairing-token> [project-dir]
```

## What it writes
Expand Down