aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-13 16:59:13 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-13 16:59:13 -0400
commitf0b81af6c273c0281e6802bc0f5af756f874cc9f (patch)
treea14ed291dff84f2c921a5d557e586be7c3ec42b4 /README.md
parent8c79828ef714d0219cf2585d33a4425cd6cb5370 (diff)
Add `odin_root_override` to ols config to allow a user to override the `ODIN_ROOT` `ols` uses
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f40fd3f..14c719f 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,8 @@ Options:
`odin_command`: Allows you to specify your Odin location, instead of just relying on the environment path.
+`odin_root_override`: Allows you to specify a custom `ODIN_ROOT` that `ols` will use to look for `odin` core libraries when implementing custom runtimes.
+
`checker_args`: Pass custom arguments to `odin check`.
`verbose`: Logs warnings instead of just errors.