From e81afbd845271ab9a7f3f3970280549ce6b92b4d Mon Sep 17 00:00:00 2001 From: Colton Pierson Date: Tue, 22 Oct 2024 11:12:23 -0400 Subject: [PATCH] update instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b7f417..9bf5485 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,11 @@ Chidori is available on [crates.io](https://crates.io/crates/chidori) and can be prototype development is `chidori-debugger` which wraps our runtime in a useful visual interface. ```bash +# Install the rust toolchain and the nightly channel curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup toolchain install nightly + +# Required for building dependencies xcode-select --install # These dependencies are necessary for a successful build