Skip to content

Commit 1cf06ff

Browse files
committed
docs: improve README with Telegram bot quick start and token note
1 parent d317a3f commit 1cf06ff

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,20 @@ The canonical TMA starter lives in `https://github.com/SpawnDock/tma-project`.
1212
`@spawn-dock/create` clones that repo, applies the bundled SpawnDock TMA overlay,
1313
and then writes project-specific runtime files.
1414

15-
## Usage
15+
## Quick Start
16+
17+
The easiest way to create a project is through the Telegram bot — it generates a ready-to-run command with the pairing token already included:
18+
19+
👉 **https://t.me/TMASpawnerBot**
20+
21+
## Manual Usage
1622

1723
```bash
1824
npx -y @spawn-dock/create@beta --token <pairing-token> [project-dir]
1925
```
2026

27+
> **Note:** `--token` **is required** You can obtain a pairing token from [@TMASpawnerBot](https://t.me/TMASpawnerBot)
28+
2129
If npm registry access is unavailable, the GitHub fallback remains:
2230

2331
```bash

0 commit comments

Comments
 (0)