edit README.md

Former-commit-id: 150f84fc982b23a055664e606b0ef22494ad650a
This commit is contained in:
zhiru 2019-06-30 15:58:22 +08:00 committed by jinhai
parent 57cff92d04
commit 2f19e1ca18

View File

@ -53,6 +53,12 @@ If you encounter the following error when building:
### Launch server
Set config in cpp/conf/server_config.yaml
Add milvus/bin/lib to LD_LIBRARY_PATH
```
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/milvus/bin/lib
```
Then launch server with config:
cd [build output path]
start_server.sh