From 568324f631f18189caf4efe2510cb860cce92c46 Mon Sep 17 00:00:00 2001 From: Mohan <86064887+binarybaron@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:57:19 +0200 Subject: [PATCH] fix(spec): svm version mismatch in docs; document foundryup (#665) * fix(spec): Change svm version in docs to 0.8.26 * fix(spec): add instructions for using foundryup --- spec/Getting Started.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spec/Getting Started.md b/spec/Getting Started.md index 01d1e757..a2716582 100644 --- a/spec/Getting Started.md +++ b/spec/Getting Started.md @@ -36,14 +36,15 @@ rustup target add wasm32v1-none --toolchain nightly ``` cargo install svm-rs -svm install 0.8.25 -svm use 0.8.25 +svm install 0.8.26 +svm use 0.8.26 ``` ### Install foundry (for tests) ``` -cargo install --git https://github.com/foundry-rs/foundry --profile local --locked forge cast chisel anvil +curl -L https://foundry.paradigm.xyz | bash +foundryup ``` ### Clone and Build Serai