10 lines
451 B
Plaintext
10 lines
451 B
Plaintext
# Cursor CLI
|
|
|
|
## Installation
|
|
|
|
Install Cursor CLI using the official guide: https://docs.cursor.com/en/cli/installation. On most systems you can run `curl https://cursor.com/install -fsS | bash`, then verify with `cursor-agent --version`.
|
|
|
|
## Authentication
|
|
|
|
Sign in with `cursor-agent login` (opens a browser). You can also set the `CURSOR_API_KEY=...` environment variable. Full instructions: https://docs.cursor.com/en/cli/reference/authentication
|