From 41dc380f65267937de1ff6adf10e543cdaafa307 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Tue, 22 Mar 2022 12:07:50 +0200 Subject: [PATCH] chore: add installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 47f7344..80ceeab 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ Resources: | [This library](example/benchmark/write-native-columnar/main.go) | 475ms | | [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/v2/benchmark/v2/write-native-columnar/main.go) | 881ms | +## Installation + +```shell +go get github.com/uptrace/go-clickhouse@latest +``` + ## Example A [basic](example/basic) example: