mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Create simple script for setting up a dev environment. (#277)
This commit is contained in:
parent
0a7f461d39
commit
95ab38e8d6
2 changed files with 48 additions and 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue