docs: Move uninstall warning up top.

This commit is contained in:
Karl Stolley
2023-04-27 13:28:17 -05:00
committed by Tim Abbott
parent 4dc1b2f812
commit e9315e67b8

View File

@@ -9,6 +9,12 @@ Contents:
## Installing directly on Ubuntu, Debian, CentOS, or Fedora
:::{warning}
There is no supported uninstallation process with the direct-install
method. If you want that, use [the Vagrant environment](setup-recommended.md),
where you can just do `vagrant destroy` to clean up the development environment.
:::
One can install the Zulip development environment directly on a Linux
host by following these instructions. Currently supported platforms
are:
@@ -24,12 +30,6 @@ If you are using a [remote server](remote.md), see
the
[section on creating appropriate user accounts](remote.md#setting-up-user-accounts).
:::{warning}
There is no supported uninstallation process with this
method. If you want that, use the Vagrant environment, where you can
just do `vagrant destroy` to clean up the development environment.
:::
Start by [cloning your fork of the Zulip repository][zulip-rtd-git-cloning]
and [connecting the Zulip upstream repository][zulip-rtd-git-connect]: