From 28652c4bf96a13abf5c8a49f54e17ef6d40ad9bc Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Sun, 12 Dec 2021 17:09:59 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d429b0d..94c16ee 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,11 @@ ## Build instructions +You need rust installed, with rustup as its the simple thing to do. + Just use the `cargo build` command. You will need the nighly version of the rust toolchain, so a `rustup default nightly` might be needed. + +## Help + +Here are the matrix sdk samples: https://github.com/matrix-org/matrix-rust-sdk/tree/main/crates/matrix-sdk/examples -- GitLab