diff --git a/README.md b/README.md index 8e67e04..ff1b1de 100644 --- a/README.md +++ b/README.md @@ -1400,6 +1400,7 @@ cargo build --release --all-features ## Updating +**Latest version (recommended):** ```bash cd vestige git pull @@ -1407,8 +1408,28 @@ cargo build --release sudo cp target/release/vestige-mcp /usr/local/bin/ ``` +**Pin to a specific version:** +```bash +cd vestige +git fetch --tags +git checkout v1.1.0 # or any version tag +cargo build --release +sudo cp target/release/vestige-mcp /usr/local/bin/ +``` + +**Available versions:** +| Version | Highlights | +|---------|------------| +| `v1.1.0` | 8 unified tools, CLI binary, comprehensive FAQ | +| `v1.0.0` | Initial release, 29 tools | + Then restart Claude. +**Check your version:** +```bash +vestige-mcp --version +``` + --- ## License