Updated instruction [#CLICKHOUSE-3]

This commit is contained in:
Alexey Milovidov 2018-08-06 23:59:14 +03:00
parent 387e68b106
commit 9b65c5f6c5

View File

@ -1,9 +1,10 @@
# How to build release package of ClickHouse
# How to build ClickHouse release package
## Install Git and pbuilder
```bash
sudo apt-get install git pbuilder
sudo apt-get update
sudo apt-get install git pbuilder debhelper fakeroot
```
## Checkout ClickHouse sources
@ -16,6 +17,7 @@ cd ClickHouse
## Run release script
```bash
pbuilder create
./release
```