summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-06-20 13:32:27 -0700
committerGitHub <[email protected]>2025-06-20 20:32:27 +0000
commit4acb8709594b14b614135d95cfb7b302e5970df8 (patch)
treeb9b515546ff992b10c4f35f84fde8e69313f7c6e
parent3283f55e7ec46808638c8ee5cce24027c9696086 (diff)
Remove #early-access from npx references (#1262)
-rw-r--r--Makefile2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ad561656..9e7757c6 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ release:
npm run publish:release
run-npx:
- npx https://github.com/google-gemini/gemini-cli#early-access
+ npx https://github.com/google-gemini/gemini-cli
create-alias:
scripts/create_alias.sh
diff --git a/README.md b/README.md
index 0a7234c5..f6c3d29b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This repository contains the Gemini CLI tool.
1. [Install Node 18+](https://nodejs.org/en/download).
2. [Get an API key from Google AI Studio](https://aistudio.google.com/apikey).
3. Set the API key in your shell using the following command, replacing `YOUR_API_KEY` with the API key you obtained: `export GEMINI_API_KEY="YOUR_API_KEY"`.
-4. Run the Gemini CLI from your shell using the following command: `npx https://github.com/google-gemini/gemini-cli#early-access`
+4. Run the Gemini CLI from your shell using the following command: `npx https://github.com/google-gemini/gemini-cli`
5. Enjoy.
## Examples