From ebcbe15973120e50ec801d7c17adc27c44290822 Mon Sep 17 00:00:00 2001 From: Sebastian Echeverria Date: Fri, 13 Dec 2024 13:31:07 -0500 Subject: [PATCH] Updated readme with proper make command instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b33580..5c1be57 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ To apply the safe lint fixes, and format fixes, execute: To run unit tests, execute: * `make test` -To run all the above, execute: +To run all checks and tests in a clean environment, similar to the Ci workflow, execute: * `make ci` ### Building