Update developer-instruction.md

This commit is contained in:
Ruzal Ibragimov 2020-05-03 20:14:29 +03:00 committed by GitHub
parent b497f99e34
commit 9d257528e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.