mirror of
https://github.com/tlsnotary/website.git
synced 2026-02-19 02:44:25 -05:00
Check out tagged releases in quick start
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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`.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user