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/11/16 13:19:42 UTC

[incubator-skywalking] branch wu-sheng-patch-1 created (now 872c68f)

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

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at 872c68f  Update README.md

This branch includes the following new commits:

     new 872c68f  Update README.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking] 01/01: Update README.md

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 872c68f3077737597c7f089f7d4b842a9fde964e
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Nov 16 21:19:34 2018 +0800

    Update README.md
    
    Fix typo
---
 docs/en/setup/service-agent/java-agent/README.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/en/setup/service-agent/java-agent/README.md b/docs/en/setup/service-agent/java-agent/README.md
index 6ecbf1c..b801238 100644
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -1,10 +1,8 @@
 # Setup java agent
 1. Find `agent` folder in SkyWalking release package
-2. Set 
+1. Add `-javaagent:/path/to/skywalking-package/agenxt/skywalking-agent.jar` to JVM argument. And make sure to add it before the `-jar` argument.
 
-3. Add `-javaagent:/path/to/skywalking-package/agent/skywalking-agent.jar` to JVM argument. And make sure to add it before the `-jar` argument.
-
-The agent release dist is included in Apache [official release](http://skywalking.apache.org/downloads/).MeshReceiverProvider New agent package looks like this.
+The agent release dist is included in Apache [official release](http://skywalking.apache.org/downloads/). New agent package looks like this.
 ```
 +-- agent
     +-- activations
@@ -77,4 +75,4 @@ our [Plugin Development Guide](../../../guides/Java-Plugin-Development-Guide.md)
 # Test
 If you are interested in plugin compatible tests or agent performance, see the following reports.
 * [Plugin Test](https://github.com/SkywalkingTest/agent-integration-test-report)
-* [Java Agent Performance Test](https://skywalkingtest.github.io/Agent-Benchmarks/)
\ No newline at end of file
+* [Java Agent Performance Test](https://skywalkingtest.github.io/Agent-Benchmarks/)