mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 22:30:56 +00:00
17 lines
245 B
Markdown
17 lines
245 B
Markdown
|
|
# Cursor CLI Setup
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
You can install the Cursor CLI with the following command:
|
||
|
|
|
||
|
|
```shell
|
||
|
|
curl https://cursor.com/install -fsS | bash
|
||
|
|
```
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
To start an interactive session with the agent, run:
|
||
|
|
|
||
|
|
```shell
|
||
|
|
cursor-agent
|
||
|
|
```
|