diff options
| author | a14m <[email protected]> | 2021-03-31 19:46:02 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-03-31 19:46:02 +0200 |
| commit | 465c4e2301ec9dc58a1b204791a37bcf7a1cd9bd (patch) | |
| tree | 9e6da0182e638e0d33aacefca3b9990c4d30a9f5 /CLI/rust/README.md | |
| parent | cc7b7a975197cd0dd65414ed372278e2cd073db0 (diff) | |
Update dev dependencies and README
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 |
