This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new d53b27d  Update How-to-build.md (#4568)
d53b27d is described below

commit d53b27de1a9d84fb2484269537b67816f1deacbc
Author: songzhendong <xiaodong12...@qq.com>
AuthorDate: Wed Mar 25 17:07:28 2020 +0800

    Update How-to-build.md (#4568)
    
    Modify Eclipse and IDEA  steps
---
 docs/en/guides/How-to-build.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/guides/How-to-build.md b/docs/en/guides/How-to-build.md
index 7668d3d..5a7e6ee 100644
--- a/docs/en/guides/How-to-build.md
+++ b/docs/en/guides/How-to-build.md
@@ -76,7 +76,7 @@ We can build docker images of `backend` and `ui` with 
`Makefile` located in root
 Refer to [Build docker image](../../../docker) for more details.
 
 ## Setup your IntelliJ IDEA
-**NOTICE**: If you clone the codes from GitHub, please make sure that you had 
finished step 1 to 7 in section **[Build from GitHub](#build-from-github)**, if 
you download the source codes from the official website of SkyWalking, please 
make sure that you had followed the steps in section **[Build from Apache 
source code release](#build-from-apache-source-code-release)**.
+**NOTICE**: If you clone the codes from GitHub, please make sure that you had 
finished step 1 to 3 in section **[Build from GitHub](#build-from-github)**, if 
you download the source codes from the official website of SkyWalking, please 
make sure that you had followed the steps in section **[Build from Apache 
source code release](#build-from-apache-source-code-release)**.
 
 1. Import the project as a maven project
 1. Run `./mvnw compile -Dmaven.test.skip=true` to compile project and generate 
source codes. Because we use gRPC and protobuf.
@@ -89,7 +89,7 @@ Refer to [Build docker image](../../../docker) for more 
details.
     * `antlr4` folder in **oap-server/oal-grammar/target/generated-sources**
     
 ## Setup your Eclipse IDE
-**NOTICE**: If you clone the codes from GitHub, please make sure that you had 
finished step 1 to 7 in section **[Build from GitHub](#build-from-github)**, if 
you download the source codes from the official website of SkyWalking, please 
make sure that you had followed the steps in section **[Build from Apache 
source code release](#build-from-apache-source-code-release)**.
+**NOTICE**: If you clone the codes from GitHub, please make sure that you had 
finished step 1 to 3 in section **[Build from GitHub](#build-from-github)**, if 
you download the source codes from the official website of SkyWalking, please 
make sure that you had followed the steps in section **[Build from Apache 
source code release](#build-from-apache-source-code-release)**.
 
 1. Import the project as a maven project
 1. For supporting multiple source directories, you need to add the following 
configuration in `skywalking/pom.xml` file:

Reply via email to