Skip to content

Commit a7dbe94

Browse files
update readme
1 parent 17c6b18 commit a7dbe94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6868
Step 2:
6969
Add the Java agent to your application's startup command:
@@ -72,6 +72,11 @@ Add the Java agent to your application's startup command:
7272
java -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

7782
When using Superstream Clients with containerized applications, include the agent in your Dockerfile:

0 commit comments

Comments
 (0)