diff --git a/README.md b/README.md index f245d73..eebfe30 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # LemnosLife Rust + +First install [Rust](https://rustup.rs/), then build and run the client by executing: + +``` +cargo run --release +```