Skip to content
Open
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
2 changes: 1 addition & 1 deletion content/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Happy requires Node.js 18 or later (released April 19, 2022) because we use the
### Scan the QR code with your mobile app

```bash
happy --auth # Shows QR code
happy auth login
```

<Image className="my-4 rounded-lg border dark:border-gray-800 border-gray-200 shadow-lg dark:shadow-[0_0_40px_rgba(255,255,255,0.1)] dark:ring-1 dark:ring-white/20" src="/img/docs/cli-auth-example.png" alt="Screenshot of terminal showing the QR code plus secret code for manual entry" width={377} height={286} />
Expand Down