chore(vendor): add agent-rs submodule at vendor/agent
This commit is contained in:
parent
1bb13d4508
commit
cebe6614cc
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
|||
[submodule "packages/agent-native"]
|
||||
path = packages/agent-native
|
||||
url = https://github.com/ZSeven-W/agent.git
|
||||
[submodule "vendor/agent"]
|
||||
path = vendor/agent
|
||||
url = https://github.com/ZSeven-W/agent-rs.git
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -153,6 +153,16 @@ scoop install openpencil
|
|||
npm install -g @zseven-w/openpencil
|
||||
```
|
||||
|
||||
## Cloning(含 Rust 子系统)
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules https://github.com/ZSeven-W/openpencil.git
|
||||
# Or already cloned:
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
`vendor/agent` is the `agent-rs` submodule (cross-product, OP + Zode share); HTTPS URL needs no SSH key.
|
||||
|
||||
## Quick Start (Development)
|
||||
|
||||
```bash
|
||||
|
|
|
|||
1
vendor/agent
vendored
Submodule
1
vendor/agent
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 65b845585afa68fbd3bff09771b77e8668154062
|
||||
Loading…
Reference in a new issue