Skip to content

Commit

Permalink
Merge pull request #1 from SevaCode/patch-2
Browse files Browse the repository at this point in the history
Fixed bug in the example of using apt-key
  • Loading branch information
SevaCode authored Mar 14, 2019
2 parents 6b77baa + 5a88751 commit be9411b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Then run these commands to actually install packages:

```bash
sudo apt-get install dirmngr # optional
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4 # optional
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E0C56BD4 # optional
sudo apt-get update
sudo apt-get install clickhouse-client clickhouse-server
```
Expand Down

0 comments on commit be9411b

Please sign in to comment.