From b807bb8e6500d149e0f59552b89f721c188b4ba0 Mon Sep 17 00:00:00 2001 From: 0x70b1a5 <0x70b1a5@users.noreply.github.com> Date: Tue, 21 May 2024 15:26:00 -0400 Subject: [PATCH] Update install.md --- src/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/install.md b/src/install.md index 2a12a7b4..644671f0 100644 --- a/src/install.md +++ b/src/install.md @@ -98,6 +98,9 @@ cargo install cargo-wasi For more information, or debugging, see the [Rust lang install page](https://www.rust-lang.org/tools/install). +Kinode uses the **nightly** build of Rust. +You will want to run the command `rustup update` on a regular basis to keep your version of the language current, especially if you run into issues compiling the runtime down the line. + ### Acquire Kinode OS core Clone and set up the repository: