docs: simplify source-run instructions

This commit is contained in:
Turtle
2026-08-10 16:56:34 +08:00
parent ee9465e4b3
commit c9e14307b8
4 changed files with 8 additions and 16 deletions

View File

@@ -14,16 +14,12 @@ The internal build uploads all Session Logs by default to help diagnose reported
## Run from source
Install `git`, Node `^22.19 || >=24`, and Corepack-enabled `pnpm`, then prepare a source checkout:
Clone this repo, then run:
```sh
git clone https://github.com/deepseek-ai/deepseek-harness-sdk.git
cd deepseek-harness
pnpm install
pnpm dsh web
```
Set `DEEPSEEK_API_KEY` in the environment or the repository's root `.env`. Run DeepSeek Harness from this checkout through the root `pnpm` scripts below.
## Use DeepSeek Harness
### Web UI