Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions get-started/setup/self-managed/quick-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ Run the following command to download a single binary for your operating system.
curl https://clickhouse.com/ | sh
```

On Linux and macOS, this also installs [`clickhousectl`](https://github.com/ClickHouse/clickhousectl)
into `~/.local/bin` (with a `chctl` symlink) so you can manage local ClickHouse
versions and servers.
On Linux and macOS, this also installs [`clickhousectl`](/install/clickhousectl),
the ClickHouse CLI, into `~/.local/bin` (with a `chctl` alias). `clickhousectl`
helps you install and manage multiple local ClickHouse versions, run servers in
the background, and manage ClickHouse Cloud. See the [clickhousectl install page](/install/clickhousectl)
for the CLI-based workflow.

To install just the `clickhouse` binary without `clickhousectl`, set
`CLICKHOUSE_ONLY=1`:
Expand Down