diff --git a/README.md b/README.md index d629575..5a78f84 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ For now only macOS is supported. ### Dependencies + + #### [Lean](https://lean-lang.org) Use the [official documentation](https://lean-lang.org/lean4/doc/quickstart.html) to setup Lean. @@ -36,6 +38,14 @@ Install by running: xcode-select --install ``` +#### [Rust](https://www.rust-lang.org/) + +```sh +curl https://sh.rustup.rs -sSf | sh +``` + +Or use the [official documentation](https://www.rust-lang.org/tools/install) to setup Rust. + ### Build and Run To build the raylib static library and the demo executable, run the following command in the project: