mirror of
https://github.com/marktext/marktext.git
synced 2025-05-06 12:51:26 +08:00
41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
# Mark Text on Linux
|
|
|
|
## AppImage
|
|
|
|
Download the AppImage and type the following:
|
|
|
|
1. `chmod +x marktext-%version%-x86_64.AppImage`
|
|
2. `./marktext-%version%-x86_64.AppImage`
|
|
3. Now you can decide whether you want to install Mark Text (yes) or just execute it (no).
|
|
|
|
### Installation
|
|
|
|
You cannot really install a AppImage. It's just a file which can be integrated with your desktop environment. The only thing you have to do is to execute Mark Text and click `Yes` on dialog.
|
|
|
|
### Uninstall
|
|
|
|
1. Delete AppImage file
|
|
2. Delete `~/.local/share/applications/appimagekit-marktext.desktop`
|
|
3. Delete your user settings: `~/.config/marktext`
|
|
|
|
### Extract application
|
|
|
|
1. `./marktext-%version%-x86_64.AppImage --appimage-extract`
|
|
2. Move Mark Text into another location: `mkdir ~/bin/marktext && mv squashfs-root/app/* ~/bin/marktext`
|
|
3. Delete `squashfs-root` folder
|
|
|
|
### Known issues
|
|
|
|
Some error output during application update. Just ignore it if everything is ok.
|
|
|
|
## Snappy
|
|
|
|
Downlaod snap file and execute `sudo snap install --classic --dangerous marktext_%version%_amd64.snap`.
|
|
|
|
Please note that snappy packages may not work on not Debian-based distros and SELinux distros.
|
|
|
|
### Known issues
|
|
|
|
- Library problems on SELinux distros (even if SELinux is disabled) and not Debian-based distros.
|
|
- User directories (like documents and downloads) are always saved under the english name.
|