mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #10635 from GoToCoding/patch-2
Update developer-instruction.md
This commit is contained in:
commit
615104c820
@ -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