From 46e955897ecc2e772bf9f5be2c2766cfe2c0213a Mon Sep 17 00:00:00 2001 From: DeWitt Clinton Date: Thu, 15 May 2025 09:41:56 -0700 Subject: [PATCH] Fix instructions for globally linking the gemini script (#361) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95235e31..ceaa380e 100644 --- a/README.md +++ b/README.md @@ -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: