mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
docs: simplify source-run instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user