Skip to content

Commit ad25580

Browse files
authored
Update Readme.md (#433)
Readme.md file will now contain installation guide for easier usage Signed-off-by: Daniel_Idoko <[email protected]>
1 parent f13a84f commit ad25580

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Readme.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Client library to help you build Dapr application in Go. This client supports al
99
1010
Dapr Go client includes two packages: `client` (for invoking public Dapr APIs), and `service` (to create services that will be invoked by Dapr, this is sometimes referred to as "callback").
1111

12+
### Installing Dapr Go SDK
13+
14+
With a correctly configured Go toolchain:
15+
16+
```go
17+
go get "github.com/dapr/go-sdk/client"
18+
```
19+
1220
### Creating client
1321

1422
Import Dapr Go `client` package:
@@ -294,4 +302,4 @@ See the [Contribution Guide](./CONTRIBUTING.md) to get started with building and
294302

295303
## Code of Conduct
296304

297-
Please refer to our [Dapr Community Code of Conduct](https://github.com/dapr/community/blob/master/CODE-OF-CONDUCT.md).
305+
Please refer to our [Dapr Community Code of Conduct](https://github.com/dapr/community/blob/master/CODE-OF-CONDUCT.md).

0 commit comments

Comments
 (0)