docs: update vm-control paths
This commit is contained in:
@@ -10,7 +10,7 @@ Minimal, no-bloat control plane for VaultMesh nodes.
|
|||||||
## Repository Layout
|
## Repository Layout
|
||||||
|
|
||||||
```text
|
```text
|
||||||
vaultmesh-command-center/
|
vm-control/
|
||||||
├── Cargo.toml # Workspace manifest
|
├── Cargo.toml # Workspace manifest
|
||||||
├── README.md
|
├── README.md
|
||||||
├── .gitignore
|
├── .gitignore
|
||||||
@@ -37,8 +37,8 @@ vaultmesh-command-center/
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone and build
|
# Clone and build
|
||||||
git clone <your-url> vaultmesh-command-center
|
git clone <your-url> vm-control
|
||||||
cd vaultmesh-command-center
|
cd vm-control
|
||||||
|
|
||||||
# Run the command center locally
|
# Run the command center locally
|
||||||
cd command-center
|
cd command-center
|
||||||
|
|||||||
Reference in New Issue
Block a user