diff options
Diffstat (limited to 'docs/cli/index.md')
| -rw-r--r-- | docs/cli/index.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/cli/index.md b/docs/cli/index.md index d5ab6461..db1dab97 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -14,7 +14,6 @@ The Gemini CLI (`packages/cli`) is the primary way users interact with the Gemin - Syntax highlighting for code blocks in various languages. - Clear display of tool calls, inputs, and outputs. - **Command History:** Easily access and re-run previous commands and prompts. -- **Suggestions:** (If applicable, describe suggestion features) - **Theming:** Customize the look and feel of the CLI to your preference. See the [Theming section in README.md](../../README.md#theming). - **Configuration:** Tailor the CLI's behavior through configuration files. See [CLI Configuration](./configuration.md). - **Special Commands:** Utilize built-in commands for tasks like managing history, memory, or display. See [Commands](./commands.md). @@ -24,7 +23,7 @@ The Gemini CLI (`packages/cli`) is the primary way users interact with the Gemin 1. **Start the CLI:** Run `npm start` from the project root (or execute the installed CLI command directly). Refer to the main [README.md](../../README.md) for setup and running instructions. 2. **Enter a Prompt:** Type your question or instruction at the `>` prompt and press Enter. ``` - > Explain quantum computing in simple terms. + > Explain how to build a web app. ``` 3. **View Response:** Gemini's response will be displayed in the terminal. If Gemini needs to use a tool (e.g., to read a file you mentioned), you will see messages indicating the tool usage. 4. **Continue Conversation:** You can continue the conversation by asking follow-up questions or giving new instructions. @@ -32,7 +31,6 @@ The Gemini CLI (`packages/cli`) is the primary way users interact with the Gemin ## Navigating this Section - **[Commands](./commands.md):** A detailed reference for all built-in CLI commands (e.g., `/help`, `/history`, `/theme`). -- **[UI Guide](./ui-guide.md):** Learn more about the different parts of the CLI's user interface, including themes and display elements. - **[Configuration](./configuration.md):** Understand how to configure various aspects of the CLI. This documentation will help you become proficient in using the Gemini CLI for a wide range of tasks. |
