You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/25 03:56:01 UTC

[GitHub] [doris] adonis0147 commented on a diff in pull request #11101: [doc] fix some docs issue

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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org