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