googlesamples / assistant-sdk-cpp

Example of Google Assistant gRPC in C++
Apache License 2.0
96 stars 44 forks source link

Fix README.me about command option for run_assistant_file #37

Closed rochefort8 closed 6 years ago

rochefort8 commented 6 years ago

Small fix in README.md with only 1 line change.

It seems that option string for "run_assistant_file" had been changed from "--audio_output" to "--output". This fix will change corresponding description in README.md.

I tried to run this on Raspberry Pi 3 and setup as README.md said, worked fine for me. Very useful and precise document for me, thanks

Best Regards,

Yuji Ogiwara

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers
rochefort8 commented 6 years ago

I signed!

googlebot commented 6 years ago

CLAs look good, thanks!

Fleker commented 6 years ago

Thanks!