Skip to content

Commit 280e81a

Browse files
committed
fix: remove redundant instruction from Maven installation section in README.md
1 parent 4d4e892 commit 280e81a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Java SDK for programmatic control of GitHub Copilot CLI.
3535

3636
### Maven
3737

38-
Run `mvn install` locally, then configure the dependency in your project.
39-
4038
```xml
4139
<dependency>
4240
<groupId>io.github.copilot-community-sdk</groupId>
@@ -53,7 +51,7 @@ Groovy:
5351
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.3'
5452
```
5553

56-
Kotlin
54+
Kotlin:
5755
```kotlin
5856
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.3")
5957
```

0 commit comments

Comments
 (0)