SbloodyS commented on code in PR #11220: URL: https://github.com/apache/dolphinscheduler/pull/11220#discussion_r934075119
########## docs/docs/zh/guide/installation/standalone.md: ########## @@ -9,7 +9,7 @@ Standalone 仅适用于 DolphinScheduler 的快速体验. ## 前置准备工作 -* JDK:下载[JDK][jdk] (1.8+),并将 `JAVA_HOME` 配置到以及 `PATH` 变量中。如果你的环境中已存在,可以跳过这步。 +* JDK:下载[JDK][jdk] (1.8+),安装配置 `JAVA_HOME` 环境变量,并将其下的 `bin` 目录追加到 `PATH` 环境变量中。如果你的环境中已存在,可以跳过这步。 Review Comment: ```suggestion * JDK:下载[JDK][jdk] (1.8+),安装并配置 `JAVA_HOME` 环境变量,并将其下的 `bin` 目录追加到 `PATH` 环境变量中。如果你的环境中已存在,可以跳过这步。 ``` -- 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]
