File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ implementation 'ai.superstream:superstream-clients:1.0.0'
6363
6464## Usage
6565
66- Step 1: Get Superstream jar
66+ Step 1: Get the Superstream jar
6767
6868Step 2:
6969Add the Java agent to your application's startup command:
@@ -72,6 +72,11 @@ Add the Java agent to your application's startup command:
7272java -javaagent:/path/to/superstream-clients-1.0.0.jar -jar your-application.jar
7373```
7474
75+ Usually it will be
76+ ``` bash
77+ java -javaagent:$MAVEN_REPOSITORY $/ai/superstream/superstream-clients/1.0.0/superstream-clients-java-1.0.0.jar -jar your-application.jar
78+ ```
79+
7580### Docker Integration
7681
7782When using Superstream Clients with containerized applications, include the agent in your Dockerfile:
You can’t perform that action at this time.
0 commit comments