mirror of
https://github.com/samvallad33/vestige.git
synced 2026-06-22 21:28:08 +02:00
Add vestige self-update command
This commit is contained in:
parent
d4313df759
commit
c9e96b06fd
2 changed files with 341 additions and 6 deletions
|
|
@ -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:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue