From 473b79af0052714abd763721f0f5997638e7d9af Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Tue, 24 Aug 2021 01:52:10 -0700 Subject: [PATCH] Add link pointing 'download the AppImage' to the latest release (#2628) --- docs/LINUX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LINUX.md b/docs/LINUX.md index f6661d94..66cdca47 100644 --- a/docs/LINUX.md +++ b/docs/LINUX.md @@ -2,7 +2,7 @@ ## AppImage -Download the AppImage and type the following: +[Download the AppImage](https://github.com/marktext/marktext/releases/latest) and type the following: 1. `chmod +x marktext-%version%-x86_64.AppImage` 2. `./marktext-%version%-x86_64.AppImage`