diff options
Diffstat (limited to 'packages/cli/src/ui/components/Tips.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/Tips.tsx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/cli/src/ui/components/Tips.tsx b/packages/cli/src/ui/components/Tips.tsx index 21d95966..581ba128 100644 --- a/packages/cli/src/ui/components/Tips.tsx +++ b/packages/cli/src/ui/components/Tips.tsx @@ -19,15 +19,8 @@ export const Tips: React.FC = () => ( for more information. </Text> <Text color={Colors.Foreground}> - 2.{' '} - <Text bold color={Colors.AccentPurple}> - /init - </Text>{' '} - to create a GEMINI.md for instructions & context. - </Text> - <Text color={Colors.Foreground}> - 3. Ask coding questions, edit code or run commands. + 2. Ask coding questions, edit code or run commands. </Text> - <Text color={Colors.Foreground}>4. Be specific for the best results.</Text> + <Text color={Colors.Foreground}>3. Be specific for the best results.</Text> </Box> ); |
