From 04a95cb9eea955255174c1a076f088992d4a86cc Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 30 May 2023 13:39:45 -0400 Subject: [PATCH] Add Rust toolchain as documentation dependency in CONTRIBUTING.md (#4733) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ccec828a0..188735147d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -215,6 +215,8 @@ Finally, regenerate the documentation and generated code with `cargo dev generat To preview any changes to the documentation locally: +1. Install the [Rust toolchain](https://www.rust-lang.org/tools/install). + 1. Install MkDocs and Material for MkDocs with: ```shell