We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f86b5 commit 629c898Copy full SHA for 629c898
docs/configuration.md
@@ -62,9 +62,11 @@ configuration file.
62
63
- on Linux (and other Unix-based OS) is: if
64
[`$XDG_CACHE_HOME`](https://specifications.freedesktop.org/basedir-spec/latest/#variables) is defined,
65
- `$XDG_CACHE_HOME/arduino`. Otherwise `{HOME}/.config/arduino`.
66
- - on Windows is: `{HOME}/AppData/Local/arduino`
67
- - on MacOS is: `{HOME}/Library/Caches/arduino`
+ `$XDG_CACHE_HOME/arduino`. Otherwise `${HOME}/.cache/arduino`.
+ - on Windows is: `%LocalAppData%/arduino`
+ - on MacOS is: `${HOME}/Library/Caches/arduino`
68
+
69
+ If neither `$HOME` or `$XDG_CACHE_HOME` are defined, a temporary directory will be used.
70
71
- The `directories.data` default is OS-dependent:
72
0 commit comments