From 7ab1c3defc651e20e341e6c62f5ea72e182452ba Mon Sep 17 00:00:00 2001 From: Stefan Stefanov Date: Thu, 18 Jan 2024 17:43:52 +0200 Subject: [PATCH] updated readme --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 09fc8fb..5a16879 100644 --- a/readme.md +++ b/readme.md @@ -2,10 +2,13 @@ Because I can. # How to use -Usage: + +Usage examples: +``` * `odin_runner` - Run the default command with the defautl configuration (i.e. build with the defaults) * `odin_runner build` - Same as above * `odin_runner build debug` - Same as above but with an explicit configuration (`debug`) * `odin_runner check` - Runs odin check with the defaults * `odin_runner check debug` - Same as above but with an explicit configuration (`debug`) * `odin_runner clean debug` - Cleans up build artefacts in the build directory of an explicit configuration (`debug`) +```