From dda9c0057b0787ef452340e55d24455235a47b8b Mon Sep 17 00:00:00 2001 From: Matthew Momjian <50788000+mmomjian@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:54:16 -0400 Subject: [PATCH] docs: install script note (#11122) install script note --- docs/docs/install/script.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/install/script.md b/docs/docs/install/script.md index 3c3060e4d6..82c3f687b1 100644 --- a/docs/docs/install/script.md +++ b/docs/docs/install/script.md @@ -8,6 +8,10 @@ sidebar_position: 20 This method is experimental and not currently recommended for production use. For production, please refer to installing with [Docker Compose](/docs/install/docker-compose.mdx). ::: +:::note +The install script only supports Linux operating systems and requires Docker to be already installed on the system. +::: + In the shell, from a directory of your choice, run the following command: ```bash