From 5e2d620d9fb386077c47bd5cad0d4ea925c2d901 Mon Sep 17 00:00:00 2001 From: nimishmedatwal Date: Thu, 25 Jan 2024 09:00:08 +0530 Subject: [PATCH] help: Add installation through Flathub. Fixes #28508 --- help/desktop-app-install-guide.md | 15 ++++++++++++++- tools/linter_lib/custom_check.py | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/help/desktop-app-install-guide.md b/help/desktop-app-install-guide.md index fd2921d3d8..414ef91b2d 100644 --- a/help/desktop-app-install-guide.md +++ b/help/desktop-app-install-guide.md @@ -98,7 +98,20 @@ automatically to future versions. 3. Run Zulip from your app launcher, or with `zulip` from a terminal. - +#### Flathub + +1. Make sure you have [Flatpak](https://flathub.org/setup) installed on your +system. + +2. Use the following command from the official +[Flathub page](https://flathub.org/apps/org.zulip.Zulip) to install Zulip: + + flatpak install flathub org.zulip.Zulip + +3. After the installation is complete, you can run Zulip using the following +command: + + flatpak run org.zulip.Zulip {end_tabs} diff --git a/tools/linter_lib/custom_check.py b/tools/linter_lib/custom_check.py index 3a4f16f947..24edfb9e9f 100644 --- a/tools/linter_lib/custom_check.py +++ b/tools/linter_lib/custom_check.py @@ -879,7 +879,7 @@ help_markdown_rules = RuleList( "pattern": "[a-z][.][A-Z]", "description": "Likely missing space after end of sentence", "include_only": {"help/"}, - "exclude_pattern": "Rocket.Chat", + "exclude_pattern": "Rocket.Chat|org.zulip.Zulip", }, { "pattern": r"\b[rR]ealm[s]?\b",