fix(docs): keep upstream clone instructions

This commit is contained in:
Turtle
2026-08-11 10:47:08 +08:00
parent c3cb4b350e
commit 6ad289809b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ pnpm -v
## Step 1: install and configure the API key
```sh
git clone https://github.com/deepseek-ai/deepseek-harness-sdk.git deepseek-harness
git clone https://github.com/deepseek-ai/deepseek-harness-sdk.git
cd deepseek-harness
pnpm install
```