File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
docs/getting-started/quick-start Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,15 @@ then insert data into it and run a query to select that data.
2828ClickHouse runs natively on Linux, FreeBSD and macOS, and runs on Windows via
2929the [ WSL] ( https://learn.microsoft.com/en-us/windows/wsl/about ) . The simplest way to download ClickHouse locally is to run the
3030following ` 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
3434We recommend running the command below from a new and empty subdirectory as
3535some configuration files will be created in the directory the binary is located
3636in 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
You can’t perform that action at this time.
0 commit comments