Skip to content

Commit ae20bba

Browse files
timqiclaude
andcommitted
Update README: add download link, version command; bump Cargo.lock to 1.0.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 06c8996 commit ae20bba

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ A simple KMS solution based on macOS keychain. No plaintext secrets, explicit au
1313

1414
## Installation
1515

16+
Download prebuilt binaries from [GitHub Releases](https://github.com/timqi/vt/releases) (macOS arm64, Linux amd64).
17+
18+
Or build from source:
19+
1620
```bash
1721
cargo build --release
1822
cp target/release/vt /usr/local/bin/
@@ -48,6 +52,7 @@ cp target/release/vt /usr/local/bin/
4852

4953
| Command | Description |
5054
|---------|-------------|
55+
| `version` | Show version information |
5156
| `init` | (macOS) Initialize passcode and passphrase in keychain |
5257
| `serve` | (macOS) Start the KMS HTTP server and SSH agent (supports `--ssh-idle-timeout`, `--ssh-auth-cache-mode`, `--ssh-auth-cache-duration`) |
5358
| `create` | Read plaintext from stdin, output encrypted vt protocol |

0 commit comments

Comments
 (0)