From d70a44c9c858776d24cec1303f0c6f0ab7f79a7c Mon Sep 17 00:00:00 2001 From: zxzok <30670054+zxzok@users.noreply.github.com> Date: Tue, 12 May 2026 12:34:29 -0700 Subject: [PATCH] Fix installation walkthrough cast links --- docs/INSTALLATION_WALKTHROUGH.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/INSTALLATION_WALKTHROUGH.md b/docs/INSTALLATION_WALKTHROUGH.md index 2771d759e..2234d8d02 100644 --- a/docs/INSTALLATION_WALKTHROUGH.md +++ b/docs/INSTALLATION_WALKTHROUGH.md @@ -8,7 +8,7 @@ Visual guides for installing RustChain and completing your first attestation. Watch the complete installation process from cloning to running: -![Miner Installation](asciinema/miner_install.cast) +[Watch the miner installation recording](asciinema/miner_install.cast) **What you'll see:** 1. Cloning the RustChain repository @@ -21,7 +21,7 @@ Watch the complete installation process from cloning to running: See how to complete your first hardware attestation and start mining: -![First Attestation](asciinema/first_attestation.cast) +[Watch the first attestation recording](asciinema/first_attestation.cast) **What you'll see:** 1. Starting the RustChain miner @@ -158,8 +158,7 @@ Add to your README.md: ```markdown ## Installation -See the [Installation Walkthrough](INSTALLATION_WALKTHROUGH.md) for a -visual guide with asciinema recordings. +See the [Installation Walkthrough](docs/INSTALLATION_WALKTHROUGH.md) for a visual guide with asciinema recordings. Quick preview: ![Installation Preview](docs/asciinema/miner_install.gif)