-
Notifications
You must be signed in to change notification settings - Fork 113
Fix Sample Readme #838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Sample Readme #838
Conversation
```sh | ||
.mqtt5_aws_websocket \ | ||
cd build | ||
./mqtt5_aws_websocket \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trivial: the description says "To run this sample from the folder". Instead of cd build should we just provide the command build/mqtt5_aws_websocket
which is to run the sample from the sample folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to remove the build from the final command as the user might build in a different folder. I updated the instruction to the following. Hope this make more sense.
To run this sample, navigate to the build directory where the executable was created:
# From samples/mqtt/mqtt5_aws_websocket/, go to the build directory cd build ./mqtt5_aws_websocket \ --endpoint <AWS IoT endpoint> \ --signing_region <Signing region for websocket connection>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trivial change suggestions. I don't feel strongly about them but worth voicing.
Issue #, if available:
Description of changes:
cd build
usage disclaimer
for service clients samples.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.