diff --git a/jvm/main-kts/MainKts.md b/jvm/main-kts/MainKts.md index 51a76d8..f2a5fd2 100644 --- a/jvm/main-kts/MainKts.md +++ b/jvm/main-kts/MainKts.md @@ -45,7 +45,7 @@ provided that the shebang line is added to the script and works in the given OS ### Caching The compiled scripts are cached to the directory defined by an environment variable `KOTLIN_MAIN_KTS_COMPILED_SCRIPTS_CACHE_DIR` -*(`$TEMP/main.kts.compiled.cache` by default)*, and if the script is not changed, the compiled one is executed from the cache. +*(`$TEMP/main.kts.compiled.cache` by default, where `TEMP` is a platform specific directory for cache. For an example `~/Library/Cache` on MacOS)*, and if the script is not changed, the compiled one is executed from the cache. ### IntelliJ support