You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/LINUX.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,24 @@ Download the AppImage and type the following:
10
10
11
11
### Installation
12
12
13
-
You cannot really install an AppImage. It's just a file which can be integrated with your desktop environment. The only thing you have to do is to create a desktop file that link to Mark Text (like `~/.local/share/applications/appimage-marktext.desktop`).
13
+
You cannot really install an AppImage. It's a file which can run directly after getting executable permission. To integrate it into desktop environment, you can either create desktop entry manually **or** use [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher).
14
14
15
-
##### System integration
15
+
####Desktop file creation
16
16
17
-
You can integrate the AppImage into the system via AppImageLauncher.
17
+
See [example desktop file](https://github.com/marktext/marktext/blob/develop/resources/linux/marktext.desktop).
You can integrate the AppImage into the system via [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher). It will handle the desktop entry automatically.
18
31
19
32
### Uninstallation
20
33
@@ -27,6 +40,7 @@ You can integrate the AppImage into the system via AppImageLauncher.
27
40
1. Save AppImage somewhere. Let's say `~/bin/marktext.AppImage`
0 commit comments