From be495d41bba407aa50e97dec71c633fc2171aebd Mon Sep 17 00:00:00 2001 From: Thanasis Tserpelis Date: Fri, 1 Oct 2021 10:42:50 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b01c46..b7f433f 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,17 @@ The easiest place to find the dependencies or [Crates](https://crates.io/) as th Cross-Compiling requires to follow the instructions [here](https://rust-lang.github.io/rustup/cross-compilation.html) By installing different toolchains, you can cross compile with the below command -`cargo build --target ` +`cargo build --target ` + +To see the installed toolchains on your system do: +`rustup toolchain list` + +For checking all the available toolchains you can install in your system do: +`rustup target list` + +For installing a new toolchain do: +`rustup toolchain install ` + ## Optimizing executables for size