diff --git a/apps/index.html b/apps/index.html index b773fa8..b0cc258 100644 --- a/apps/index.html +++ b/apps/index.html @@ -42,7 +42,7 @@
Terminal
-
Files
+
Files
file_download

Files is a tool for managing files

@@ -68,7 +68,7 @@

Cross-platform Apps

-
Browser
+
Browser
file_download

Liri Browser is a cross-platform, Material design webbrowser

Browser
-
Text
+
Text
file_download

Liri Text is a cross-platform text editor with features aimed to ease editing of code and configuration files

Text
+ +
+

Trying them out

+ +
From source
+

Get and build the apps from Github.

+ +
From a repository
+

Check the Download section.

+
diff --git a/download/index.html b/download/index.html index dba9b54..662b055 100644 --- a/download/index.html +++ b/download/index.html @@ -26,6 +26,7 @@ Arch Linux Images Sources + Flatpak
@@ -92,4 +93,30 @@
Hardware Support
Download source code from here.

+
+

We now have Flatpak runtime and apps. More information on our blog article.

+

Install Browser:

+ +
flatpak --user install https://repo.liri.io/flatpak/io.liri.Browser.flatpakref
+    
+
+ +

Install Calculator:

+ +
flatpak --user install https://repo.liri.io/flatpak/io.liri.Calculator.flatpakref
+    
+
+ +

Install Files:

+ +
flatpak --user install https://repo.liri.io/flatpak/io.liri.Files.flatpakref
+    
+
+ +

Install Text:

+ +
flatpak --user install https://repo.liri.io/flatpak/io.liri.Text.flatpakref
+    
+
+