From 95ab38e8d6dfe6487879e2b036bbaaea2ecea037 Mon Sep 17 00:00:00 2001 From: cornmander Date: Wed, 7 May 2025 16:21:16 -0400 Subject: Create simple script for setting up a dev environment. (#277) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 82d71888..98b205ac 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ This repository contains the Gemini Code CLI tool. ## Building +### Prerequisites: + +The build toolchain requires `npm` and `jq` to be installed. You can use the `scripts/setup-dev.sh` script to install these prerequisites. + To build the entire project, including the CLI package, run the following command from the root directory: ```bash -- cgit v1.2.3