Skip to content

Commit

Permalink
Update Readme.md (#433)
Browse files Browse the repository at this point in the history
Readme.md file will now contain installation guide for easier usage

Signed-off-by: Daniel_Idoko <info.idoko@gmail.com>
  • Loading branch information
doe-base committed Jul 31, 2023
1 parent f13a84f commit ad25580
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Client library to help you build Dapr application in Go. This client supports al
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").

### Installing Dapr Go SDK

With a correctly configured Go toolchain:

```go
go get "github.com/dapr/go-sdk/client"
```

### Creating client

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

## Code of Conduct

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

0 comments on commit ad25580

Please sign in to comment.