diff --git a/docs/getting-started/quick-start/oss.mdx b/docs/getting-started/quick-start/oss.mdx index 7dc0547d6fc..dfda45bc9b3 100644 --- a/docs/getting-started/quick-start/oss.mdx +++ b/docs/getting-started/quick-start/oss.mdx @@ -28,12 +28,15 @@ then insert data into it and run a query to select that data. ClickHouse runs natively on Linux, FreeBSD and macOS, and runs on Windows via the [WSL](https://learn.microsoft.com/en-us/windows/wsl/about). The simplest way to download ClickHouse locally is to run the following `curl` command. It determines if your operating system is supported, -then downloads an appropriate ClickHouse binary. +then downloads an appropriate ClickHouse binary built from master branch. :::note We recommend running the command below from a new and empty subdirectory as some configuration files will be created in the directory the binary is located in the first time ClickHouse server is run. + +The script below is not the recommended way to install ClickHouse for production. +If you are looking to install a production instance of ClickHouse, please see the [install page](/install). ::: ```bash