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",