From e6a54210912c17ce9abc6b8b245a76575cc02c1e Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 5 Aug 2018 08:52:46 +0300 Subject: [PATCH] Fixed documentation that often confuse new developers [#CLICKHOUSE-3] --- docs/en/development/build.md | 9 +++------ docs/en/development/build_osx.md | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/en/development/build.md b/docs/en/development/build.md index e1b1cfe5dde..b732228bf55 100644 --- a/docs/en/development/build.md +++ b/docs/en/development/build.md @@ -51,17 +51,14 @@ sudo apt-get install libicu-dev libreadline-dev libssl-dev ## Checkout ClickHouse sources -To get the latest stable version: - ```bash -git clone -b stable --recursive git@github.com:yandex/ClickHouse.git -# or: git clone -b stable --recursive https://github.com/yandex/ClickHouse.git +git clone --recursive git@github.com:yandex/ClickHouse.git +# or: git clone --recursive https://github.com/yandex/ClickHouse.git cd ClickHouse ``` -For development, switch to the `master` branch. -For the latest release candidate, switch to the `testing` branch. +For the latest stable version, switch to the `stable` branch. ## Build ClickHouse diff --git a/docs/en/development/build_osx.md b/docs/en/development/build_osx.md index 3dfe503be8d..732e95ca55b 100644 --- a/docs/en/development/build_osx.md +++ b/docs/en/development/build_osx.md @@ -17,17 +17,14 @@ brew install cmake ninja gcc icu4c mariadb-connector-c openssl libtool gettext r ## Checkout ClickHouse sources -To get the latest stable version: - ```bash -git clone -b stable --recursive --depth=10 git@github.com:yandex/ClickHouse.git -# or: git clone -b stable --recursive --depth=10 https://github.com/yandex/ClickHouse.git +git clone --recursive --depth=10 git@github.com:yandex/ClickHouse.git +# or: git clone --recursive --depth=10 https://github.com/yandex/ClickHouse.git cd ClickHouse ``` -For development, switch to the `master` branch. -For the latest release candidate, switch to the `testing` branch. +For the latest stable version, switch to the `stable` branch. ## Build ClickHouse