mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update developer-instruction.md
This commit is contained in:
parent
b497f99e34
commit
9d257528e7
@ -206,7 +206,7 @@ Upon successful build you get an executable file `ClickHouse/<build_dir>/program
|
||||
|
||||
To run the server under the current user you need to navigate to `ClickHouse/programs/server/` (located outside of `build`) and run:
|
||||
|
||||
../../../build/programs/clickhouse server
|
||||
../../build/programs/clickhouse server
|
||||
|
||||
In this case, ClickHouse will use config files located in the current directory. You can run `clickhouse server` from any directory specifying the path to a config file as a command-line parameter `--config-file`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user