Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kvey committed Oct 22, 2024
1 parent 394f8ba commit e81afbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e81afbd

Please sign in to comment.