Summary
- Clarify that
make install-cliuses the StageX/Docker CLI build and installs to$HOME/.local/bin/caution. - Document when to use
make install-cli-untrustedfor locksmith shard submission and host PC/SC support. - Update the getting-started deploy flow to describe generated
caution.hcland current Containerfile/Dockerfile build precedence instead of Procfile-focused guidance.
Closes #339
Test plan
git diff --checkmarkdownlint README.md src/cli/README.mdnot run: markdownlint is not installed in this environment.
## Summary
- Clarify that `make install-cli` uses the StageX/Docker CLI build and installs to `$HOME/.local/bin/caution`.
- Document when to use `make install-cli-untrusted` for locksmith shard submission and host PC/SC support.
- Update the getting-started deploy flow to describe generated `caution.hcl` and current Containerfile/Dockerfile build precedence instead of Procfile-focused guidance.
Closes #339
## Test plan
- `git diff --check`
- `markdownlint README.md src/cli/README.md` not run: markdownlint is not installed in this environment.