Skip to content

Commit a68f5b0

Browse files
committed
Update README.md to clarify installation requirements for Java SDK
1 parent 0190910 commit a68f5b0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Java SDK for programmatic control of GitHub Copilot CLI, enabling you to build A
1212

1313
## Installation
1414

15+
### Requirements
16+
17+
- Java 17 or later
18+
- GitHub Copilot CLI 0.0.400 or later installed and in PATH (or provide custom `cliPath`)
19+
1520
### Maven
1621

1722
```xml
@@ -71,11 +76,6 @@ public class Example {
7176
- [Javadoc API Reference](https://copilot-community-sdk.github.io/copilot-sdk-java/apidocs/)
7277
- [MCP Servers Integration](https://copilot-community-sdk.github.io/copilot-sdk-java/mcp.html)
7378

74-
## Requirements
75-
76-
- Java 17 or later
77-
- GitHub Copilot CLI installed and in PATH (or provide custom `cliPath`)
78-
7979
## Projects Using This SDK
8080

8181
| Project | Description |

0 commit comments

Comments
 (0)