update readme

This commit is contained in:
Xu Lingrui 2026-06-02 20:31:14 +08:00
parent c817a02c50
commit ddb047ca46
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -167,7 +167,7 @@ openspace-mcp --help # verify installation
> ```bash
> git clone --filter=blob:none --sparse https://github.com/HKUDS/OpenSpace.git
> cd OpenSpace
> git sparse-checkout set '/*' '!assets/'
> git sparse-checkout set --no-cone '/*' '!/assets/'
> pip install -e .
> ```

View file

@ -165,7 +165,7 @@ openspace-mcp --help # 验证安装
> ```bash
> git clone --filter=blob:none --sparse https://github.com/HKUDS/OpenSpace.git
> cd OpenSpace
> git sparse-checkout set '/*' '!assets/'
> git sparse-checkout set --no-cone '/*' '!/assets/'
> pip install -e .
> ```