Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed May 17, 2017
1 parent ce7ade7 commit c23c613
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Usage

Run `cmd/hello/main.go` to send requests to Google Assistant.
Note that you need to be authenticated as per https://developers.google.com/assistant/sdk/prototype/getting-started-other-platforms/config-dev-project-and-account
You first need to have a Google Cloud Platform project
[Follow the steps](https://developers.google.com/assistant/sdk/prototype/getting-started-other-platforms/config-dev-project-and-account) to configure a Google API Console Project and a Google Account to use with the Google Assistant SDK.

Download the client_secret_XXXXX.json file from the [Google API Console Project credentials section](https://console.developers.google.com/apis/credentials) and store it wherever you want.

Run `cmd/hello/main.go -creds=<path to credentials file>` to start the Google Assistant.


## gRPC bindings

Expand Down

0 comments on commit c23c613

Please sign in to comment.