Skip to content

Commit f66956b

Browse files
authored
Include Linux logs at $XDG_STATE_HOME and $HOME/.local/state (#510)
* Include Linux logs at $XDG_STATE_HOME and $HOME/.local/state * remove mention of `$HOME/.Defold`
1 parent 4ae8518 commit f66956b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/manuals/editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ If you run into a problem with the editor and need to [report an issue](/manuals
167167

168168
* Windows: `C:\Users\ **Your Username** \AppData\Local\Defold`
169169
* macOS: `/Users/ **Your Username** /Library/Application Support/` or `~/Library/Application Support/Defold`
170-
* Linux: `~/.Defold`
170+
* Linux: `$XDG_STATE_HOME/Defold` or `~/.local/state/Defold`
171171

172172
You can also get access to editor logs while the editor is running if it is started from a terminal/command prompt. To launch the editor from the terminal on macOS:
173173

0 commit comments

Comments
 (0)