From 61efee88642cbf742f789f6d97a1001e784bcd9a Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Wed, 2 Apr 2025 09:14:16 -0700 Subject: [PATCH] Update README.md --- benchmark/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/benchmark/README.md b/benchmark/README.md index ca349d8e03..cd064d4d2a 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -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