diff options
| author | moon jooho <[email protected]> | 2025-07-04 09:13:02 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-04 00:13:02 +0000 |
| commit | 8d3fec08e59b100da036b685d20b080203ba3a4c (patch) | |
| tree | fdfb31c69d8cf15a536e650fb0fdd148d14051ae /CONTRIBUTING.md | |
| parent | 654f8aeb614c3e5129f33d93aa9cfa06d347e3a0 (diff) | |
Add and improve JSDoc comments for core tool methods (#3128)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 332c6128..2a5e70a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -134,7 +134,7 @@ To start the Gemini CLI from the source code (after building), run the following npm start ``` -If you’d like to run the source build outside of the gemini-cli folder you can utilize `npm link path/to/gemini-cli/packages/cli` (see: [docs](https://docs.npmjs.com/cli/v9/commands/npm-link)) or `alias gemini="node path/to/gemini-cli/packages/cli"` to run with `gemini` +If you'd like to run the source build outside of the gemini-cli folder you can utilize `npm link path/to/gemini-cli/packages/cli` (see: [docs](https://docs.npmjs.com/cli/v9/commands/npm-link)) or `alias gemini="node path/to/gemini-cli/packages/cli"` to run with `gemini` ### Running Tests |
