diff --git a/README.md b/README.md index 027e51d6089cee17e1bf2a5d33ec8117bd79b8d8..7014917d77d9dceecefbfc3e70c78d1eedce037f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Reowolf Implementation -(Readme todo) +## Compilation instructions + +1. Install the Rust toolchain, using Rustup. See https://rustup.rs/ for further instructions. +2. Run `cargo test` to download dependencies, compile the project, and run the tests.