summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3e1fd4ad..e850fe7f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -97,31 +97,3 @@ This command usually runs ESLint, Prettier, and potentially other checks as defi
- `scripts/`: Utility scripts for building, testing, and development tasks.
For more detailed architecture, see `docs/architecture.md`.
-
-### Development Tip: `gemini-cli` Alias
-
-During the development phase, you can use the following to create an alias for the command-line tool after building it:
-
-```bash
-# Example:
-# npm run build # (if not already done)
-# alias gemini-cli="node $(pwd)/packages/cli/dist/index.js"
-# gemini-cli
-#
-# ██████╗ ███████╗███╗ ███╗██╗███╗ ██╗██╗
-# ██╔════╝ ██╔════╝████╗ ████║██║████╗ ██║██║
-# ██║ ███╗█████╗ ██╔████╔██║██║██╔██╗ ██║██║
-# ██║ ██║██╔══╝ ██║╚██╔╝██║██║██║╚██╗██║██║
-# ╚███████╝███████╗██║ ╚═╝ ██║██║██║ ╚████║██║
-# ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚═╝
-#
-# Tips for getting started:
-# 1. /help for more information.
-# 2. Ask coding questions, edit code or run commands.
-# 3. Be specific for the best results.
-#
-# cwd: /path/to/gemini-cli
-# ╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
-# │ > Enter your message or use tools... │
-# ╰───────────────────────────────────────────────────────────────────────────────────────────���────────────────────────╯
-```