diff --git a/docs/en/faq/use_sdk_on_linux.md b/docs/en/faq/use_sdk_on_linux.md index 4dcffb3a4..2c1cf551d 100644 --- a/docs/en/faq/use_sdk_on_linux.md +++ b/docs/en/faq/use_sdk_on_linux.md @@ -1,3 +1,5 @@ +English | [中文](../../cn/faq/use_sdk_on_linux.md) + # C++ Deployment on Linux 1. After compilation, and execute the binary file, throw error `error while loading shared libraries` @@ -13,4 +15,4 @@ FastDeploy provides a shell scripts to help export the libraries path to `LD_LIB source /Downloads/fastdeploy-linux-x64-1.0.0/fastdeploy_init.sh ``` -And now you can execute the binary file again. \ No newline at end of file +And now you can execute the binary file again.