From 0da8c9143b5ec3925825c0815b83f99b47e248b8 Mon Sep 17 00:00:00 2001 From: Vault Sovereign Date: Sat, 27 Dec 2025 02:07:32 +0000 Subject: [PATCH] docs: update vm-control paths --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cbb7fb..3899c81 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Minimal, no-bloat control plane for VaultMesh nodes. ## Repository Layout ```text -vaultmesh-command-center/ +vm-control/ ├── Cargo.toml # Workspace manifest ├── README.md ├── .gitignore @@ -37,8 +37,8 @@ vaultmesh-command-center/ ```bash # Clone and build -git clone vaultmesh-command-center -cd vaultmesh-command-center +git clone vm-control +cd vm-control # Run the command center locally cd command-center