You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,7 +12,7 @@ This project provides JVM support to the [Source++](https://github.com/sourceplu
12
12
13
13
## Standalone Agent
14
14
15
-
1. Add `spp-probe-*.jar`&`spp-probe.yml` to the same directory
15
+
1. Add `spp-probe-*.jar` and`spp-probe.yml` to the same directory
16
16
- E.g. [spp-probe-0.4.2.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.2/spp-probe-0.4.2.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
17
17
1. Boot application with `-javaagent:spp-probe-*.jar` parameter
18
18
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.4.2.jar -jar MyApp.jar`
0 commit comments