This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch upgrade-dependencies
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/upgrade-dependencies by this
push:
new 0655ee3 Update doc.
0655ee3 is described below
commit 0655ee326d8dcf0a926243b934134624cb05a785
Author: Wu Sheng <[email protected]>
AuthorDate: Mon Sep 28 21:04:27 2020 +0800
Update doc.
---
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 2bd97f7..1d47446 100644
--- a/docs/en/guides/How-to-build.md
+++ b/docs/en/guides/How-to-build.md
@@ -16,7 +16,7 @@ If you need to execute build behind the proxy, edit the
*.mvn/jvm.config* and pu
```
### Build from GitHub
-1. Prepare git, JDK8 and Maven 3.6+
+1. Prepare git, JDK8+ and Maven 3.6+
1. Clone project
If you want to build a release from source codes, provide a `tag name` by
using `git clone -b [tag_name] ...` while cloning.
@@ -41,7 +41,7 @@ If you need to execute build behind the proxy, edit the
*.mvn/jvm.config* and pu
For each official Apache release, there is a complete and independent source
code tar, which is including all source codes. You could download it from
[SkyWalking Apache download page](http://skywalking.apache.org/downloads/). No
git related stuff required when compiling this. Just follow these steps.
-1. Prepare JDK8 and Maven 3.6+
+1. Prepare JDK8+ and Maven 3.6+
1. Run `./mvnw clean package -DskipTests`
1. All packages are in `/dist`.(.tar.gz for Linux and .zip for Windows).