diff --git a/packages/cli/src/ui/components/Tips.tsx b/packages/cli/src/ui/components/Tips.tsx index 70c8eaf5..5d73bff1 100644 --- a/packages/cli/src/ui/components/Tips.tsx +++ b/packages/cli/src/ui/components/Tips.tsx @@ -19,27 +19,28 @@ export const Tips: React.FC = ({ config }) => { Tips for getting started: - 1.{' '} - - /help - {' '} - for more information. + 1. Ask questions, edit code or run commands. - 2. Ask coding questions, edit code or run commands. - - - 3. Be specific for the best results. + 2. Be specific for the best results. {geminiMdFileCount === 0 && ( - 4. Create{' '} + 3. Create{' '} GEMINI.md {' '} files to customize your interactions with Gemini. )} + + {geminiMdFileCount === 0 ? '4.' : '3.'}{' '} + + /help + {' '} + for more information. Full documentation can be found at + https://github.com/google-gemini/gemini-cli/blob/main/docs/index.md. + ); };