From 465c4e2301ec9dc58a1b204791a37bcf7a1cd9bd Mon Sep 17 00:00:00 2001 From: a14m Date: Wed, 31 Mar 2021 19:46:02 +0200 Subject: Update dev dependencies and README --- CLI/rust/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'CLI/rust/README.md') diff --git a/CLI/rust/README.md b/CLI/rust/README.md index a66324d..d6e5de0 100644 --- a/CLI/rust/README.md +++ b/CLI/rust/README.md @@ -12,16 +12,21 @@ TBD TBD ## Development -TBD +- Install rustup via `curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh` +- Install rust stable version for development `rustup update` +- Install rust nightly for testing via `rustup install nightly` +- run `cargo build` to build the crate/CLI binaries. +- run `cargo run --` to run the built binaries. + ## Linting TBD ## Testing -TBD +Run `cargo +nightly test` ## Documentation -TBD +Run `cargo doc` ## Release TBD -- cgit v1.2.3