docs(readme): give operators an entry point before the build steps #30
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/installer-first-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What & why
The README went from the architecture diagram straight into "Build & run" /
cargo build --release. That is the wrong first instruction for someone standing up a shard: the installer (released as v0.1.0 on 2026-08-07) places this binary, writes its config, creates a hardened service account and registers the service, alongside the plugin, in one run. Nobody deploying a shard should be compiling this.cargo.No behaviour, config, protocol or CLI change — README only.
How it was tested
Docs-only; the crate is untouched, so
pr-checkscovers it. Anchor#a3-install-the-sidecarverified against INSTALL.md's### A3. Install the sidecarheading.Companion PRs, same branch name in each repo: docs, installer, servuo-plugins, website.
Checklist
AI-assisted contributions (required)
Claude Code. I have reviewed and understand every change, and take responsibility for it. AI-authored commits are marked with aCo-Authored-Bytrailer.License