From 220abebda39255b785074036c11874e2ebd10bda 2020-02-04 14:26:57 From: Hans-Dieter Hiep Date: 2020-02-04 14:26:57 Subject: [PATCH] Add basic build instructions --- 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.