summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcperry-goog <[email protected]>2025-05-16 14:54:35 -0700
committerGitHub <[email protected]>2025-05-16 14:54:35 -0700
commite158a0d59f46df4a8b76a7118c7cc10226fdb1c5 (patch)
treeabc7e6526b889b23ad6842351d433b458143bb5e
parent48c3470303a787e0983f3d746a0ddc1ce07b47e3 (diff)
Remove alias section from CONTRIBUTING.md (#390)
-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... │
-# ╰───────────────────────────────────────────────────────────────────────────────────────────���────────────────────────╯
-```