From e158a0d59f46df4a8b76a7118c7cc10226fdb1c5 Mon Sep 17 00:00:00 2001 From: cperry-goog <78765543+cperry-goog@users.noreply.github.com> Date: Fri, 16 May 2025 14:54:35 -0700 Subject: [PATCH] Remove alias section from CONTRIBUTING.md (#390) --- CONTRIBUTING.md | 28 ---------------------------- 1 file changed, 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... │ -# ╰───────────────────────────────────────────────────────────────────────────────────────────���────────────────────────╯ -```