diff --git a/docs/en/development/build-osx.md b/docs/en/development/build-osx.md index 24ecbdc1c2c..fa76f16b312 100644 --- a/docs/en/development/build-osx.md +++ b/docs/en/development/build-osx.md @@ -124,4 +124,10 @@ Reboot. To check if it’s working, you can use `ulimit -n` command. +## Run ClickHouse server: + +``` +~/ClickHouse/build/programs/clickhouse-server --config-file ~/ClickHouse/programs/server/config.xml +``` + [Original article](https://clickhouse.tech/docs/en/development/build_osx/)