diff options
| author | DeWitt Clinton <[email protected]> | 2025-05-15 09:41:56 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-15 09:41:56 -0700 |
| commit | 46e955897ecc2e772bf9f5be2c2766cfe2c0213a (patch) | |
| tree | e25f912f19f10e30485c2b236fbbfc9a03b9ac21 | |
| parent | c6bca6449980d26cd0478d602ae8ad7104bd43ad (diff) | |
Fix instructions for globally linking the gemini script (#361)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ To test your local version of `gemini` in other directories on your system, you From the root of this repository, run: ```bash -npm link packages/cli +npm link ./packages/cli ``` Then, navigate to any other directory where you want to use your local `gemini` and run: |
