Update build.md

This commit is contained in:
alexey-milovidov 2020-02-17 07:40:07 +03:00 committed by GitHub
parent 795f5d49c8
commit 9ae58fe5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ sudo yum update
yum --nogpg install git cmake make gcc-c++ python2
git clone --recursive https://github.com/ClickHouse/ClickHouse.git
cmake ../ClickHouse
make
make -j $(nproc)
```
# You Don't Have to Build ClickHouse