1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/readme/apps/home_directory.md
2024-02-08 14:51:24 +00:00

9 lines
411 B
Markdown

# Home directory
Joplin stores some data in your home directory, such as your profile and certain files like crash reports. This directory will be in a location that depends on your operating system:
| Operating System | Path | Environment Variable |
| --- | --- | --- |
| Windows | `C:\\Users\\(username)` | `%UserProfile%` |
| Linux | `/home/(username)` | `$HOME` |
| macOS | `/Users/(Username)` | `$HOME` |