You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/03/08 04:19:45 UTC

[incubator-skywalking] branch master updated: Fix document (#910)

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 72236ac  Fix document  (#910)
72236ac is described below

commit 72236acac16fe09d8c0110bb1cb7330407b7f259
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Mar 8 12:19:42 2018 +0800

    Fix document  (#910)
    
    * Update How-to-build-CN.md
    
    * Update How-to-build.md
---
 docs/cn/How-to-build-CN.md | 4 ++--
 docs/en/How-to-build.md    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/cn/How-to-build-CN.md b/docs/cn/How-to-build-CN.md
index 75e4dae..3be7471 100644
--- a/docs/cn/How-to-build-CN.md
+++ b/docs/cn/How-to-build-CN.md
@@ -10,7 +10,7 @@
 1. `git submodule init`
 1. `git submodule update`
 1. 执行`mvn clean package`
-1. 生成包在`/packages`目录下,包括一个`skywalking-agent`的探针目录,以及两个collector包(.tar.gz是linux环境,.zip是windows环境)
+1. 生成包在`/dist`目录下,两个skywalking-dist包(.tar.gz是linux环境,.zip是windows环境)
 
 ### 在IntelliJ IDEA中编译工程
 上述步骤在命令行中,能够很好的编译工程,但导入到编译器中的工程依然会有一些报错,我们需要进行几步简单的操作。
@@ -26,4 +26,4 @@
 `ci-dependencies/`下对应的类库文件名为:
 * resin-3.0.9.jar
 * resin-4.0.41.jar
-* ojdbc14-10.2.0.4.0.jar
\ No newline at end of file
+* ojdbc14-10.2.0.4.0.jar
diff --git a/docs/en/How-to-build.md b/docs/en/How-to-build.md
index 422881b..290e061 100644
--- a/docs/en/How-to-build.md
+++ b/docs/en/How-to-build.md
@@ -7,7 +7,7 @@ This document helps people to compile and build the project in your maven and ID
 1. `git submodule init`
 1. `git submodule update`
 1. Run `mvn clean package`
-1. All packages are in `/packages`, which includes `skywalking-agent` folder, and two collector files(.tar.gz for Linux and .zip for Windows)
+1. All packages are in `/dist`, which includes and two collector files(.tar.gz for Linux and .zip for Windows)
 
 ## Setup your IntelliJ IDEA
 1. Import the project as a maven project

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.