From f9b55238699d95b69151683422b318e7561d989b Mon Sep 17 00:00:00 2001 From: Milan Boers Date: Tue, 23 Jan 2024 16:58:11 +0100 Subject: [PATCH] Clarify contributions docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 794e6c3..e322da5 100644 --- a/README.md +++ b/README.md @@ -100,4 +100,6 @@ trainer.expected_value(&state, &action) // : Option ``` ## Development -* Run `cargo +nightly fmt` to format the code. +* Run `cargo fmt --all` to format the code. +* Run `cargo clippy --all-targets --all-features -- -Dwarnings` to lint the code. +* Run `cargo test` to test the code.