From fd087469dfcb65a167004a6e61f21b309719f4f6 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Thu, 3 Nov 2022 02:43:18 +0100 Subject: [PATCH] Add instructions to `README.md` to build and run the client --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```