mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update quick start on website front page
...as skipping parts that were marked as optional indeed fails the rest of it.
This commit is contained in:
parent
d1ad2a9bb5
commit
bf05218c9c
@ -403,8 +403,8 @@
|
||||
|
||||
<code id="packages-install">
|
||||
<pre>
|
||||
sudo apt-get install dirmngr # optional
|
||||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E0C56BD4 # optional
|
||||
sudo apt-get install dirmngr
|
||||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E0C56BD4
|
||||
|
||||
echo "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" | sudo tee /etc/apt/sources.list.d/clickhouse.list
|
||||
sudo apt-get update
|
||||
|
Loading…
Reference in New Issue
Block a user