MQL5-Google-Onedrive/docs/Jules_CLI_setup.md
google-labs-jules[bot] 0a79237849 feat: Add documentation for CLI tools
This commit adds documentation for the installation and setup of the following CLI tools:
- Jules CLI
- Cursor CLI
- Firebase CLI
- Docker CLI
- GitHub CLI

The documentation is located in the `docs` directory.
2025-12-27 05:43:07 +00:00

19 lines
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.