Skip to content

Commit 177a7ff

Browse files
authored
Merge pull request #4751 from ClickHouse/Blargian-patch-600792
2 parents 1604463 + 46a787d commit 177a7ff

File tree

1 file changed

+4
-1
lines changed
  • docs/getting-started/quick-start

1 file changed

+4
-1
lines changed

docs/getting-started/quick-start/oss.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@ then insert data into it and run a query to select that data.
2828
ClickHouse runs natively on Linux, FreeBSD and macOS, and runs on Windows via
2929
the [WSL](https://learn.microsoft.com/en-us/windows/wsl/about). The simplest way to download ClickHouse locally is to run the
3030
following `curl` command. It determines if your operating system is supported,
31-
then downloads an appropriate ClickHouse binary.
31+
then downloads an appropriate ClickHouse binary built from master branch.
3232

3333
:::note
3434
We recommend running the command below from a new and empty subdirectory as
3535
some configuration files will be created in the directory the binary is located
3636
in the first time ClickHouse server is run.
37+
38+
The script below is not the recommended way to install ClickHouse for production.
39+
If you are looking to install a production instance of ClickHouse, please see the [install page](/install).
3740
:::
3841

3942
```bash

0 commit comments

Comments
 (0)