mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix installation documentation typo
This commit is contained in:
parent
c4b6342853
commit
52ed751d58
@ -1,11 +1,11 @@
|
|||||||
sudo apt-get install apt-transport-https ca-certificates dirmngr
|
sudo apt-get install -y apt-transport-https ca-certificates dirmngr
|
||||||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6BD2B48D754
|
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6BD2B48D754
|
||||||
|
|
||||||
echo "deb https://packages.clickhouse.com/deb stable main/" | sudo tee \
|
echo "deb https://packages.clickhouse.com/deb stable main" | sudo tee \
|
||||||
/etc/apt/sources.list.d/clickhouse.list
|
/etc/apt/sources.list.d/clickhouse.list
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
sudo apt-get install -y clickhouse-server clickhouse-client
|
sudo apt-get install -y clickhouse-server clickhouse-client
|
||||||
|
|
||||||
sudo service clickhouse-server start
|
sudo service clickhouse-server start
|
||||||
clickhouse-client # or "clickhouse-client --password" if you set up a password.
|
clickhouse-client # or "clickhouse-client --password" if you've set up a password.
|
||||||
|
Loading…
Reference in New Issue
Block a user