Check out tagged releases in quick start

This commit is contained in:
Hendrik Eeckhaut
2026-01-29 17:32:45 +01:00
parent 8c2d801374
commit 3d858caaf2
3 changed files with 6 additions and 6 deletions

View File

@@ -76,9 +76,9 @@ If you plan to run a local notary server:
### Run a Local Notary Server {#local-notary}
1. Clone the TLSNotary repository (defaults to the `main` branch, which points to the latest release):
1. Clone the TLSNotary repository:
```shell
git clone https://github.com/tlsnotary/tlsn.git
git clone https://github.com/tlsnotary/tlsn.git --branch v0.1.0-alpha.14
```
2. Run the notary server:
```sh

View File

@@ -10,9 +10,9 @@ This quick start demonstrates how to use TLSNotary with Rust code.
Before we start, make sure you have cloned the `tlsn` repository and have a recent version of Rust installed.
1. Clone the `tlsn` repository (defaults to the `main` branch, which points to the latest release):
1. Clone the `tlsn` repository:
```shell
git clone https://github.com/tlsnotary/tlsn.git
git clone https://github.com/tlsnotary/tlsn.git --branch v0.1.0-alpha.14
```
2. If you don't have Rust installed yet, you can install it using [rustup](https://rustup.rs/). If your Rust version is outdated, update it with `rustup update stable`.

View File

@@ -96,9 +96,9 @@ Note the `swapi.dev:443` argument on the last line, this is the server we will u
For this demo, we also need to run a local notary server.
1. Clone the TLSNotary repository (defaults to the `main` branch, which points to the latest release):
1. Clone the TLSNotary repository:
```sh
git clone https://github.com/tlsnotary/tlsn.git
git clone https://github.com/tlsnotary/tlsn.git --branch v0.1.0-alpha.14
```
2. Run the notary server:
```sh