Merge pull request #10635 from GoToCoding/patch-2

Update developer-instruction.md
This commit is contained in:
Anton Popov 2020-05-03 20:25:52 +03:00 committed by GitHub
commit 615104c820
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`.