From 7b3de7c109932ea1224aed5c082ee9e771b794b9 Mon Sep 17 00:00:00 2001 From: a14m Date: Fri, 9 Apr 2021 16:52:45 +0200 Subject: Deploy test crate version from CI --- CLI/rust/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'CLI/rust/README.md') diff --git a/CLI/rust/README.md b/CLI/rust/README.md index 471ea5d..f5a1ffa 100644 --- a/CLI/rust/README.md +++ b/CLI/rust/README.md @@ -3,7 +3,9 @@ The implementation of the [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) rust package ## Installation -TBD +```bash +$ cargo install terminal_game_of_life +``` ## Usage @@ -55,9 +57,12 @@ Run `cargo +nightly test` Run `cargo doc` ## Release -TBD +- Update the [version](./Cargo.toml) number +- Run `cargo build --release` and commit changes +- Update the [CHANGELOG](./CHANGELOG.md) +- Create a git tag `rust/v#{version_number}` ex: `rust/v0.1.1-pre` ## Extra information -### [Contributing](https://gitlab.com/a14m/game-of-life/-/blob/master/CONTRIBUTING.md) -### [License](https://gitlab.com/a14m/game-of-life/-/blob/master/LICENSE.md) -### [Code of Conduct](https://gitlab.com/a14m/game-of-life/-/blob/master/CODE_OF_CONDUCT.md) +### [Contributing](../../CONTRIBUTING.md) +### [License](../../LICENSE.md) +### [Code of Conduct](../../CODE_OF_CONDUCT.md) -- cgit v1.2.3