Skip to content

Commit

Permalink
add easy button
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRoscigno committed Oct 27, 2022
1 parent 3eed7c8 commit 2fa71c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contrib-writing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,12 @@ python3.9 changelog.py --gh-user-or-token=$GHTOKEN HEAD > /tmp/cl.md
```

### Run unreleased builds
When writing docs about a new feature it helps to be able to use the new feature before there is an official release. The CI checks build on each commit to [ClickHouse](https://github.com/clickhouse/clickhouse/). To download the compiled build:
When writing docs about a new feature it helps to be able to use the new feature before there is an official release. The easiest way to get the latest build is:
```bash
curl https://ClickHouse.com/ | sh
```

If you want to run the tests from the `ClickHouse/tests` directory you either need a full release, a CI build, or to compile yourself. The CI checks build on each commit to [ClickHouse](https://github.com/clickhouse/clickhouse/). To download the compiled build:

1. Open the [commits list](https://github.com/ClickHouse/ClickHouse/commits/master)
1. Choose a **Merge pull request** commit that includes the new feature, or was added after the new feature
Expand Down

0 comments on commit 2fa71c4

Please sign in to comment.