adonis0147 commented on code in PR #11101: URL: https://github.com/apache/doris/pull/11101#discussion_r928450479
########## docs/zh-CN/developer/developer-guide/be-vscode-dev.md: ########## @@ -49,10 +49,10 @@ sudo apt install gcc-10 g++-10 sudo apt-get install autoconf automake libtool autopoint ``` -4. 安装 openssl-devel +4. 安装 openssl libssl-dev ``` -sudo apt install -y openssl-devel +sudo apt install openssl libssl-dev Review Comment: ```suggestion sudo apt install -y openssl libssl-dev ``` ########## docs/en/developer/developer-guide/be-vscode-dev.md: ########## @@ -48,9 +48,9 @@ sudo apt install gcc-10 g++-10 sudo apt-get install autoconf automake libtool autopoint ``` -4. install : libssl-dev +4. install : openssl libssl-dev ``` -sudo apt install -y libssl-dev +sudo apt install openssl libssl-dev Review Comment: It is better to keep `-y` argument to run the command without interaction. ```suggestion sudo apt install -y openssl libssl-dev ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
