diff options
Diffstat (limited to 'CLI/rust/README.md')
| -rw-r--r-- | CLI/rust/README.md | 11 |
1 files changed, 8 insertions, 3 deletions
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 |
