diff options
| author | cornmander <[email protected]> | 2025-05-07 16:21:16 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-07 16:21:16 -0400 |
| commit | 95ab38e8d6dfe6487879e2b036bbaaea2ecea037 (patch) | |
| tree | ba1a0b851e09eec8ad6ff927f04c84943a900f1b /README.md | |
| parent | 0a7f461d392dbf887ab562e38a2e827e124bfa80 (diff) | |
Create simple script for setting up a dev environment. (#277)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
