Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Commit aec257c

Browse files
committed
docs: drop explicit cto login step from getting-started
The CLI now auto-runs the device flow on first launch (PR Engine-Labs/cto-monorepo#1352). New users just need to run `cto`.
1 parent 3cee47e commit aec257c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
curl -fsSL cto.new/install | bash
99
```
1010

11-
After install:
11+
Then `cd` into any repository and run:
1212

1313
```sh
14-
cto login # authenticate via browser
15-
cto # launch in your current repo
14+
cto
1615
```
1716

17+
The first launch opens your browser to log you in via cto.new; subsequent launches are silent. Use `cto login` to re-authenticate or switch accounts, or `/cto-login` from inside an opencode session.
18+
1819
## Updating
1920

2021
```sh

0 commit comments

Comments
 (0)