From f1266a6876c302befa6dc874fddf4b30a16ee3ac Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Thu, 10 Jun 2021 03:04:10 +0300 Subject: [PATCH] Update install.md --- docs/en/getting-started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/getting-started/install.md b/docs/en/getting-started/install.md index 2840426ee02..4256de49e4a 100644 --- a/docs/en/getting-started/install.md +++ b/docs/en/getting-started/install.md @@ -96,7 +96,7 @@ To run ClickHouse inside Docker follow the guide on [Docker Hub](https://hub.doc ### Single Binary -You can install ClickHouse on Linux with using single portable binary from the latest commit of the `master` branch: [https://builds.clickhouse.tech/master/amd64/clickhouse]. +You can install ClickHouse on Linux using single portable binary from the latest commit of the `master` branch: [https://builds.clickhouse.tech/master/amd64/clickhouse]. ``` curl -O 'https://builds.clickhouse.tech/master/amd64/clickhouse' && chmod a+x clickhouse