mirror of https://github.com/zulip/zulip.git
parent
bfd9eec4b3
commit
5e2d620d9f
|
@ -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}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue