Add vestige self-update command

This commit is contained in:
Sam Valladares 2026-04-28 01:23:40 -05:00
parent d4313df759
commit c9e96b06fd
2 changed files with 341 additions and 6 deletions

View file

@ -164,16 +164,12 @@ See [Storage Modes](STORAGE.md) for more options.
**Latest version:**
```bash
cd vestige
git pull
cargo build --release
sudo cp target/release/vestige-mcp /usr/local/bin/
vestige update
```
**Pin to specific version:**
```bash
git checkout v1.1.2
cargo build --release
vestige update --version v2.1.0
```
**Check your version:**