mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-11 11:57:03 -07:00
Update Gemini Code verbiage -> Gemini CLI
- Did not update details that impact GC execution. Meaning packages are still named gemini-code (for now) and things that import them still import them as gemini-code.
This commit is contained in:
committed by
N. Taylor Mullen
parent
63d8f22658
commit
62e8371aab
@@ -1,6 +1,6 @@
|
||||
# Gemini Code CLI
|
||||
# Gemini CLI
|
||||
|
||||
This package contains the core command-line interface for Gemini Code.
|
||||
This package contains the core command-line interface for Gemini CLI.
|
||||
|
||||
## Setup
|
||||
|
||||
@@ -28,7 +28,7 @@ This command executes the TypeScript compiler (`tsc`) as defined in this package
|
||||
|
||||
## Running
|
||||
|
||||
To start the Gemini Code CLI directly from this directory:
|
||||
To start the Gemini CLI directly from this directory:
|
||||
|
||||
```bash
|
||||
npm start
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gemini-code/cli",
|
||||
"version": "0.1.0",
|
||||
"description": "Gemini Code CLI",
|
||||
"description": "Gemini CLI",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user