From 3d858caaf2d486df70becd3413b8cb5427bf2271 Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Thu, 29 Jan 2026 17:32:45 +0100 Subject: [PATCH] Check out tagged releases in quick start --- docs/quick_start/browser_extension.md | 4 ++-- docs/quick_start/rust.md | 4 ++-- docs/quick_start/tlsn-js.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/quick_start/browser_extension.md b/docs/quick_start/browser_extension.md index 7430c61..257b90b 100644 --- a/docs/quick_start/browser_extension.md +++ b/docs/quick_start/browser_extension.md @@ -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 diff --git a/docs/quick_start/rust.md b/docs/quick_start/rust.md index 96d5aeb..0c965a4 100644 --- a/docs/quick_start/rust.md +++ b/docs/quick_start/rust.md @@ -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`. diff --git a/docs/quick_start/tlsn-js.md b/docs/quick_start/tlsn-js.md index 49081bb..f54b34e 100644 --- a/docs/quick_start/tlsn-js.md +++ b/docs/quick_start/tlsn-js.md @@ -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