Skip to content

Commit 53f0825

Browse files
committed
Fix Quick Start: show alias setup before login
Login requires an existing alias and prompts for token interactively.
1 parent ab1ee79 commit 53f0825

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ cargo install --git https://github.com/openworkers/openworkers-cli
3939
## Quick Start
4040

4141
```bash
42-
# Login (opens browser)
42+
# Configure your API backend
43+
ow alias set prod --api https://dash.openworkers.com
44+
45+
# Login (prompts for API token)
4346
ow login
4447

4548
# Create and deploy a worker

0 commit comments

Comments
 (0)