Add instructions to README.md to build and run the client

This commit is contained in:
2022-11-03 02:43:18 +01:00
parent 5934f3527a
commit fd087469df
+6
View File
@@ -1 +1,7 @@
# LemnosLife Rust # LemnosLife Rust
First install [Rust](https://rustup.rs/), then build and run the client by executing:
```
cargo run --release
```