Skip to content

Commit 0b58d65

Browse files
authored
chore: update readme install cmd (#14)
* chore: update readme install cmd * Update tutorials/quickstart.md
1 parent 420e881 commit 0b58d65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Learn more about [Gemini CLI Extensions](https://github.com/google-gemini/gemini
1717

1818
Before you begin, ensure you have the following:
1919

20-
* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed with version +v0.6.0.
20+
* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed with version **+v0.6.0**.
2121
* A running PostgreSQL instance.
2222
* User are granted database-level permissions to execute queries.
2323

@@ -26,7 +26,7 @@ Before you begin, ensure you have the following:
2626
To install the extension, use the command:
2727

2828
```bash
29-
gemini extensions install github.com/gemini-cli-extensions/postgres
29+
gemini extensions install https://github.com/gemini-cli-extensions/postgres
3030
```
3131

3232
## Configuration

tutorials/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gemini CLI includes a pre-built extension for connecting to any PostgreSQL datab
2626
1. Install the extension:
2727

2828
```bash
29-
gemini extensions install github.com/gemini-cli-extensions/postgres.git
29+
gemini extensions install https://github.com/gemini-cli-extensions/postgres
3030
```
3131

3232
## Configuration

0 commit comments

Comments
 (0)