Skip to content

Commit f0633eb

Browse files
committed
docs: update README with custom endpoint and repo links
1 parent 1de7056 commit f0633eb

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gemini CLI
22

3-
[![Gemini CLI CI](https://github.com/google-gemini/gemini-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/google-gemini/gemini-cli/actions/workflows/ci.yml)
3+
[![Gemini CLI CI](https://github.com/peanut996/gemini-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/peanut996/gemini-cli/actions/workflows/ci.yml)
44

55
![Gemini CLI Screenshot](./docs/assets/gemini-screenshot.png)
66

@@ -23,7 +23,7 @@ With the Gemini CLI you can:
2323
2. **Run the CLI:** Execute the following command in your terminal:
2424

2525
```bash
26-
npx https://github.com/google-gemini/gemini-cli
26+
npx https://github.com/peanut996/gemini-cli
2727
```
2828

2929
Or install it with:
@@ -70,6 +70,14 @@ The Vertex AI API provides a [free tier](https://cloud.google.com/vertex-ai/gene
7070

7171
3. (Optionally) Add a billing account on your project to get access to [higher usage limits](https://cloud.google.com/vertex-ai/generative-ai/docs/quotas)
7272

73+
### Use a custom endpoint:
74+
75+
If you are using a proxy or a custom backend that conforms to the Gemini API, you can set the `GEMINI_BASE_URL` environment variable to point to your custom endpoint.
76+
77+
```bash
78+
export GEMINI_BASE_URL="YOUR_CUSTOM_ENDPOINT"
79+
```
80+
7381
For other authentication methods, including Google Workspace accounts, see the [authentication](./docs/cli/authentication.md) guide.
7482

7583
## Examples
@@ -87,7 +95,7 @@ gemini
8795
Or work with an existing project:
8896

8997
```sh
90-
git clone https://github.com/google-gemini/gemini-cli
98+
git clone https://github.com/peanut996/gemini-cli
9199
cd gemini-cli
92100
gemini
93101
> Give me a summary of all of the changes that went in yesterday

0 commit comments

Comments
 (0)