Installation instructions in README

This commit is contained in:
Alexey Milovidov 2023-02-21 02:53:36 +03:00 committed by GitHub
parent f7df0fa0bf
commit c0b50c981a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,11 @@
ClickHouse® is an open-source column-oriented database management system that allows generating analytical data reports in real-time.
## How To Install
```
curl https://clickhouse.com/ | sh
```
## Useful Links
* [Official website](https://clickhouse.com/) has a quick high-level overview of ClickHouse on the main page.