summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrii Abramov <[email protected]>2025-08-20 16:54:36 +0200
committerGitHub <[email protected]>2025-08-20 14:54:36 +0000
commitacedcfb8f7114b0a951cca33e39aaf7acee4da99 (patch)
treebac1c4183b816b1a8eecd6b95158437f8e1feb57 /README.md
parent99f03bf364c0db7d3b76adcbb2fad6416239992b (diff)
Fix formatting in README.md (#6621)
Co-authored-by: Bryan Morgan <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7ac216bc..a9840336 100644
--- a/README.md
+++ b/README.md
@@ -198,18 +198,20 @@ gemini -p "Explain the architecture of this codebase"
#### Start a new project
-````bash
+```bash
cd new-project/
gemini
> Write me a Discord bot that answers questions using a FAQ.md file I will provide
+```
#### Analyze existing code
+
```bash
git clone https://github.com/google-gemini/gemini-cli
cd gemini-cli
gemini
> Give me a summary of all of the changes that went in yesterday
-````
+```
## 📚 Documentation