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.
6262
6363 - on Linux (and other Unix-based OS) is: if
6464 [ ` $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 ` .
6666 - on Windows is: ` %LocalAppData%/arduino `
67- - on MacOS is: ` ${ HOME} /Library/Caches/arduino `
67+ - on MacOS is: ` $HOME/Library/Caches/arduino `
6868
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.
7070
7171- The ` directories.data ` default is OS-dependent:
7272
You can’t perform that action at this time.
0 commit comments