Update README with instructions for using the nightly version of Rust

This commit is contained in:
Anas Elgarhy 2023-02-24 03:36:46 +02:00
parent 2e8e7cbe48
commit e7eb561b64
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
## Development
- This project is written in Rust, so you need to have Rust installed on your system, you can install Rust using [rustup](https://rustup.rs/)
- You need to use the nightly version of Rust, you can install it using `rustup install nightly`, and then set it as the default toolchain using `rustup default nightly`
- This project, like most Rust projects, uses `cargo` as the build system. But to make my life easier I decided to use [just][just] as a task runner, so you need to install `just` using `cargo install just`
### Just tasks