diff --git a/content/docs/apps.md b/content/docs/apps.md
index 69eabcf..b1819a3 100644
--- a/content/docs/apps.md
+++ b/content/docs/apps.md
@@ -2,9 +2,47 @@
title: Third-Party Applications
url: /docs/apps.html
---
-
Android ¶
-Microflux ¶
+Table of Contents
+
+- [Fluxjs](#fluxjs)
+- [Lire](#lire)
+- [Microflux](#microflux)
+- [Miniflutt](#miniflutt)
+- [Reminiflux](#reminiflux)
+
+Fluxjs ¶
+
+Fluxjs is a responsive design frontend. You can browse your rss feeds from your mobile or your desktop.
+
+Links: [GitHub](https://github.com/PascalNoisette/fluxjs)
+
+Lire ¶
+
+Lire can sync with Miniflux. It uses both the Fever API and the Miniflux API.
+
+![Screenshot](https://lireapp.com/iOS.png)
+
+### Configuration
+
+1. Enable the Fever integration in Miniflux and define a Fever username and password (Go to **Settings > Integrations**)
+
+![Fever API](/images/lire_fever_settings.png)
+
+2. Create a new Miniflux API Key in **Settings > API Keys**
+
+![Miniflux API Key](/images/lire_miniflux_api_key.png)
+
+3. Enter the connection information created above in Lire settings (select Miniflux in the list of self-hosted sync services)
+
+![Lire Settings](/images/lire_settings.png)
+
+- Make sure to copy and paste the entire API Key (double check for typos)
+- Do not use `/v1/` or `/fever/` in the Miniflux URL, for example, the URL is `https://reader.miniflux.app` for the hosted version of Miniflux
+
+Links: [Official website](https://lireapp.com/), [iOS App Store](http://itunes.apple.com/app/lire/id1531976425?ls=1&mt=8), [Mac App Store](https://apps.apple.com/us/app/lire/id1482527526?ls=1&mt=12)
+
+Microflux ¶
This reader has features that cannot be provided to form a conventional web page.
@@ -19,10 +57,7 @@ Features:
Links: [Google Play](https://play.google.com/store/apps/details?id=com.constantin.microflux)
-Miniflutt ¶
-
-Miniflutt is an Android client for the self-hosted Miniflux feed reader. Compatible with
-Miniflux 2.0.21+. It is content-oriented, with a clean interface.
+Miniflutt ¶
Features:
@@ -42,17 +77,9 @@ Features:
Links: [Google Play](https://play.google.com/store/apps/details?id=be.martinelli.miniflutt),
[GitHub](https://github.com/DocMarty84/miniflutt)
-Web ¶
-
-Reminiflux ¶
+Reminiflux ¶
Reminiflux is an alternative web frontend. It offers a look and feel which is more similar to
Google Reader and TT-RSS with a 3-paned display showing the list of feeds, items and an article.
Links: [GitHub](https://github.com/reminiflux/reminiflux)
-
-Fluxjs ¶
-
-Fluxjs is a responsive design frontend. You can browse your rss feeds from your mobile or your desktop.
-
-Links: [GitHub](https://github.com/PascalNoisette/fluxjs)
diff --git a/content/docs/fever.md b/content/docs/fever.md
index 4133cff..39ce660 100644
--- a/content/docs/fever.md
+++ b/content/docs/fever.md
@@ -18,6 +18,7 @@ To activate the Fever API, go to the integration section and choose a username/p
- [FeedMe](https://play.google.com/store/apps/details?id=com.seazon.feedme&hl=en) (Android)
- [NewsFlash](https://gitlab.com/news-flash/news_flash_gtk) (Linux)
- [Fluent Reader](https://hyliu.me/fluent-reader/) (Windows and Mac)
+- [Lire](https://lireapp.com/) (iOS/macOS) - Also requires a Miniflux API Key
## Notes
diff --git a/static/images/lire_fever_settings.png b/static/images/lire_fever_settings.png
new file mode 100755
index 0000000..0b0ab1e
Binary files /dev/null and b/static/images/lire_fever_settings.png differ
diff --git a/static/images/lire_miniflux_api_key.png b/static/images/lire_miniflux_api_key.png
new file mode 100755
index 0000000..71b75e5
Binary files /dev/null and b/static/images/lire_miniflux_api_key.png differ
diff --git a/static/images/lire_settings.png b/static/images/lire_settings.png
new file mode 100755
index 0000000..9d4f2c5
Binary files /dev/null and b/static/images/lire_settings.png differ