marktext/docs/PORTABLE.md
water_lift 6701e9ac28 fix: spelling error (#1809)
* Update PREFERENCES.md

* Update PORTABLE.md
2019-12-11 23:58:48 +08:00

17 lines
531 B
Markdown

# Portable Mode
Mark Text stores all user configuration inside the [application data directory](APPLICATION_DATA_DIRECTORY.md) that can be changed with `--user-data-dir` command-line flag.
## Linux and Windows
On Linux and Windows you can also create a directory called `marktext-user-data` to save all user data inside the directory. Like:
```
marktext-portable/
├── marktext (Linux) or Mark Text.exe (Windows)
├── marktext-user-data/
├── resources/
├── THIRD-PARTY-LICENSES.txt
└── ...
```