docs: install from a repository clone

This commit is contained in:
Tianyi Cui
2026-07-31 20:29:25 +08:00
parent e1c6fc3db4
commit 2a7e659fb5
3 changed files with 10 additions and 6 deletions
+4 -2
View File
@@ -16,10 +16,12 @@ It uses an architecture where **everything is a plugin**.
## Install
Install `dsh` with one command:
Clone the repository, then run the installer:
```sh
curl -fsSL https://raw.githubusercontent.com/deepseek-harness/deepseek-harness/master/scripts/install.sh | sh
git clone <repo-url>
cd deepseek-harness
scripts/install.sh
```
The installer requires `git` and Node `^22.19 || >=24`, offers to install `pnpm` when it is missing, and prompts for a DeepSeek API key.