mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fix instructions for globally linking the gemini script (#361)
This commit is contained in:
@@ -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:
|
From the root of this repository, run:
|
||||||
|
|
||||||
```bash
|
```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:
|
Then, navigate to any other directory where you want to use your local `gemini` and run:
|
||||||
|
|||||||
Reference in New Issue
Block a user