Browse Source

Add Development section to README.md (#1436)

- Include link to DEVELOPMENT.md
- Briefly outline key development topics
- Encourage community contributions

Signed-off-by: Gong Yi <topikachu@163.com>
GongYi 6 days ago
parent
commit
6d55b59c39
1 changed files with 12 additions and 1 deletions
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -114,4 +114,15 @@ Please refer to [examples](https://github.com/milvus-io/milvus-sdk-java/tree/mas
         implementation("org.slf4j:slf4j-api:1.7.30")
         ```
 
-    
+### Development
+
+For developers interested in contributing to the Milvus Java SDK, please refer to our [DEVELOPMENT.md](DEVELOPMENT.md) file. This document provides detailed instructions on:
+
+- Setting up your development environment
+- Cloning the repository
+- Building the SDK
+- Updating Milvus proto files
+- Running tests
+- Contributing guidelines
+
+We welcome contributions from the community!