Remove alias section from CONTRIBUTING.md (#390)

This commit is contained in:
cperry-goog 2025-05-16 14:54:35 -07:00 committed by GitHub
parent 48c3470303
commit e158a0d59f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 28 deletions

View File

@ -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. - `scripts/`: Utility scripts for building, testing, and development tasks.
For more detailed architecture, see `docs/architecture.md`. 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... │
# ╰───────────────────────────────────────────────────────────────────────────────────────────<E29480><E29480><EFBFBD>────────────────────────╯
```