Fix formatting in README.md (#6621)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
parent
99f03bf364
commit
acedcfb8f7
1 changed files with 4 additions and 2 deletions
|
|
@ -198,18 +198,20 @@ gemini -p "Explain the architecture of this codebase"
|
||||||
|
|
||||||
#### Start a new project
|
#### Start a new project
|
||||||
|
|
||||||
````bash
|
```bash
|
||||||
cd new-project/
|
cd new-project/
|
||||||
gemini
|
gemini
|
||||||
> Write me a Discord bot that answers questions using a FAQ.md file I will provide
|
> Write me a Discord bot that answers questions using a FAQ.md file I will provide
|
||||||
|
```
|
||||||
|
|
||||||
#### Analyze existing code
|
#### Analyze existing code
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/google-gemini/gemini-cli
|
git clone https://github.com/google-gemini/gemini-cli
|
||||||
cd gemini-cli
|
cd gemini-cli
|
||||||
gemini
|
gemini
|
||||||
> Give me a summary of all of the changes that went in yesterday
|
> Give me a summary of all of the changes that went in yesterday
|
||||||
````
|
```
|
||||||
|
|
||||||
## 📚 Documentation
|
## 📚 Documentation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue