You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/12/17 06:40:13 UTC

[incubator-skywalking] branch master updated: fix inaccuracies in How-to-build.md (#2058)

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/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new e6a3363  fix inaccuracies in How-to-build.md (#2058)
e6a3363 is described below

commit e6a3363e0272e816c20e25b8731db2deb16c7763
Author: 于玉桔 <76...@qq.com>
AuthorDate: Mon Dec 17 14:40:09 2018 +0800

    fix inaccuracies in How-to-build.md (#2058)
---
 docs/en/guides/How-to-build.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/guides/How-to-build.md b/docs/en/guides/How-to-build.md
index 00a4d42..27f8612 100644
--- a/docs/en/guides/How-to-build.md
+++ b/docs/en/guides/How-to-build.md
@@ -12,7 +12,7 @@ This document helps people to compile and build the project in your maven and se
 1. `git submodule init`
 1. `git submodule update`
 1. Run `./mvnw clean package -DskipTests`
-1. All packages are in `/dist`.(.tar.gz for Linux and .zip for Windows).
+1. All packages are in `/dist` (.tar.gz for Linux and .zip for Windows).
 
 ### Build from Apache source code release
 - What is `Apache source code release`?
@@ -30,8 +30,8 @@ For each official Apache release, there is a complete and independent source cod
     * `grpc-java` and `java` folders in **apm-protocol/apm-network/target/generated-sources/protobuf**
     * `grpc-java` and `java` folders in **oap-server/server-core/target/generated-sources/protobuf**
     * `grpc-java` and `java` folders in **oap-server/server-receiver-plugin/skywalking-istio-telemetry-receiver-plugin/target/generated-sources/protobuf**
-    * `antlr` folder in **oap-server/generate-tool/target/generated-sources/antlr4**
-    * `oal` folder in **oap-server/generated-analysis/target/generated-sources/oal**
+    * `antlr4` folder in **oap-server/generate-tool/target/generated-sources**
+    * `oal` folder in **oap-server/generated-analysis/target/generated-sources**
     
 ## Setup your Eclipse IDE
 1. Import the project as a maven project