1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-06 01:20:24 +08:00
Files
terasu-cloudflared/vendor/github.com/kshvakov/clickhouse/CONTRIBUTING.md
2019-11-12 20:34:39 +00:00

11 lines
125 B
Markdown

# Contributing notes
## Local setup
The easiest way to run tests is to use Docker Compose:
```
docker-compose up
make
```