mirror of https://github.com/zulip/zulip.git
docs: Mention Debian as a supported distro
According to the production requirements page, Debian (not just Ubuntu) is a supported OS, so the dependencies page should also reflect that.
This commit is contained in:
parent
da91ebc592
commit
30c2d65809
|
@ -95,8 +95,8 @@ that are documented in the
|
|||
[architecture overview](../overview/architecture-overview.md), we rely on the
|
||||
versions of those packages provided alongside the Linux distribution
|
||||
on which Zulip is deployed. Because Zulip
|
||||
[only supports Ubuntu in production](../production/requirements.md), this
|
||||
usually means `apt`, though we do support
|
||||
[only supports Debian or Ubuntu in production](../production/requirements.md),
|
||||
this usually means `apt`, though we do support
|
||||
[other platforms in development](../development/setup-advanced.md). Since
|
||||
we don't control the versions of these dependencies, we avoid relying
|
||||
on specific versions of these packages wherever possible.
|
||||
|
|
Loading…
Reference in New Issue