You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dylo-runtime/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
However, this is the right place to learn about environment variables that will impact the
10
10
behavior of dylo-runtime:
11
11
12
-
*`DYLO_TARGET_DIR`: Set the build directory for hot-reloadable plugins. By default, plugins are built into `$HOME/.con-mods/{mod-name}` or `%USERPROFILE%\.con-mods\{mod-name}` on Windows.
12
+
*`DYLO_TARGET_DIR`: Set the build directory for hot-reloadable plugins. By default, plugins are built into `$HOME/.dylo-mods/{mod-name}` or `%USERPROFILE%\.dylo-mods\{mod-name}` on Windows.
13
13
14
14
*`DYLO_BUILD`: Set to "0" to disable automatic mod compilation. Defaults to "1".
15
15
Set to "verbose" to have cargo inherit stdout/stderr, which will show progress messages
0 commit comments