0
0
Fork 1
Spiegel von https://github.com/A6-9V/MQL5-Google-Onedrive.git synchronisiert 2026-04-11 08:20:58 +00:00
MQL5-Google-Onedrive/docs/Jules_CLI_setup.md

19 Zeilen
343 B
Markdown

# Jules CLI Setup
## Installation
The easiest way to get started is with npm:
```shell
npm install -g @google/jules
```
## Authentication
Before you can use the tool, you must authenticate with your Google account.
```shell
jules login
```
This command will open a browser window to guide you through the Google authentication process.