summaryrefslogtreecommitdiff
path: root/snippets/hyperstack/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-20 14:57:23 +0200
committerPaul Buetow <paul@buetow.org>2026-03-20 14:57:23 +0200
commit864da4f8a42d1474810396746dc5a097c573f1d9 (patch)
tree2650dfdcdd6204be6d7af0ccb088923a2e1e15c6 /snippets/hyperstack/README.md
parentff72f14ce6919d0731ddb5be00283c365ce2247d (diff)
Add Pi VM launcher scripts
Diffstat (limited to 'snippets/hyperstack/README.md')
-rw-r--r--snippets/hyperstack/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/snippets/hyperstack/README.md b/snippets/hyperstack/README.md
index 48f7a38..730b310 100644
--- a/snippets/hyperstack/README.md
+++ b/snippets/hyperstack/README.md
@@ -51,6 +51,24 @@ claude --model claude-opus-4-6-20260604 --dangerously-skip-permissions
ruby hyperstack.rb delete
```
+## Using Pi
+
+Bring both VMs up first:
+
+```bash
+ruby hyperstack.rb create-both
+```
+
+Then start one Pi session per terminal:
+
+```bash
+./pi-vm1
+./pi-vm2
+```
+
+These wrappers `cd` into this repo before launching Pi, so the project-local
+settings in `.pi/settings.json` still apply.
+
## Using Claude Code with vLLM
WireGuard (`wg1`) must be active before connecting.