updated readme
This commit is contained in:
parent
b7e340b562
commit
7ab1c3defc
1 changed files with 4 additions and 1 deletions
|
|
@ -2,10 +2,13 @@
|
||||||
Because I can.
|
Because I can.
|
||||||
|
|
||||||
# How to use
|
# How to use
|
||||||
Usage:
|
|
||||||
|
Usage examples:
|
||||||
|
```
|
||||||
* `odin_runner` - Run the default command with the defautl configuration (i.e. build with the defaults)
|
* `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` - Same as above
|
||||||
* `odin_runner build debug` - Same as above but with an explicit configuration (`debug`)
|
* `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` - Runs odin check with the defaults
|
||||||
* `odin_runner check debug` - Same as above but with an explicit configuration (`debug`)
|
* `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`)
|
* `odin_runner clean debug` - Cleans up build artefacts in the build directory of an explicit configuration (`debug`)
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue