mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Update README.md
This commit is contained in:
parent
63280ade0b
commit
61efee8864
1 changed files with 9 additions and 2 deletions
|
|
@ -1,12 +1,19 @@
|
|||
# Benchmark Harness
|
||||
# Run Roo Code Evals
|
||||
|
||||
## Get Started
|
||||
|
||||
Clone the Roo Code repo and run the setup script:
|
||||
NOTE: This is MacOS only for now!
|
||||
|
||||
Clone the Roo Code repo:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/RooVetGit/Roo-Code.git
|
||||
cd Roo-Code
|
||||
```
|
||||
|
||||
Run the setup script:
|
||||
|
||||
```sh
|
||||
git checkout cte/benchmark-monorepo
|
||||
cd benchmark
|
||||
./scripts/setup.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue