File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ configuration file.
62
62
63
63
- on Linux (and other Unix-based OS) is: if
64
64
[ ` $XDG_CACHE_HOME ` ] ( https://specifications.freedesktop.org/basedir-spec/latest/#variables ) is defined,
65
- ` $XDG_CACHE_HOME/arduino ` . Otherwise ` ${ HOME} /.cache/arduino ` .
65
+ ` $XDG_CACHE_HOME/arduino ` . Otherwise ` $HOME/.cache/arduino ` .
66
66
- on Windows is: ` %LocalAppData%/arduino `
67
- - on MacOS is: ` ${ HOME} /Library/Caches/arduino `
67
+ - on MacOS is: ` $HOME/Library/Caches/arduino `
68
68
69
- If neither ` $HOME ` or ` $XDG_CACHE_HOME ` are defined, a temporary directory will be used.
69
+ If neither ` $HOME ` nor ` $XDG_CACHE_HOME ` are defined, a temporary directory will be used.
70
70
71
71
- The ` directories.data ` default is OS-dependent:
72
72
You can’t perform that action at this time.
0 commit comments