File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Learn more about [Gemini CLI Extensions](https://github.com/google-gemini/gemini
1717
1818Before 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:
2626To 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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Gemini CLI includes a pre-built extension for connecting to any PostgreSQL datab
26261. 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
You can’t perform that action at this time.
0 commit comments