Skip to content

Commit

Permalink
Update README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReigenAraka authored and JinHai-CN committed Jan 11, 2020
1 parent a0f10a3 commit 325a82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You will need go 1.12
#### Install
Use go get to install the latest version of the library. This command will install the milvus-go-sdk library and its dependencies:
```shell
go get -u github.com/milvus-io/milvus-sdk-go
go get -u github.com/milvus-io/milvus-sdk-go/milvus
```
Next, include milvus-sdk-go in your application:
```shell
Expand All @@ -21,4 +21,4 @@ cd [milvus-sdk-go root path]/examples
go run MilvusClientExample.go
```
### Additional information
- The go source code is formatted using go fmt and golint
- The go source code is formatted using go fmt and golint

0 comments on commit 325a82c

Please sign in to comment.