help: Add installation through Flathub.

Fixes #28508
This commit is contained in:
nimishmedatwal 2024-01-25 09:00:08 +05:30 committed by Tim Abbott
parent bfd9eec4b3
commit 5e2d620d9f
2 changed files with 15 additions and 2 deletions

View File

@ -98,7 +98,20 @@ automatically to future versions.
3. Run Zulip from your app launcher, or with `zulip` from a terminal.
<!-- TODO why dpkg? -->
#### 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}

View File

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