Skip to content
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

Fixed Raspberry Pi Docker Install Typo #983

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

avery1227
Copy link
Contributor

Summary

The documentation incorrectly listed --devices as an argument, which is not recognized by Docker. The correct argument is --device, and this fix resolves that discrepancy.

Why This Change Matters

The incorrect flag caused confusion and delays in usage, as --devices is not valid. By correcting this, we ensure the documentation is accurate and users can follow it without encountering errors.

Personal Note

I spent more time than I’d like to admit figuring this out, so I hope this fix saves others from the same frustration.

Documentation was calling for --devices, proper argument is --device
@robotastic
Copy link
Owner

Thanks for finding and fixing this... and sorry it me so long to merge

@robotastic robotastic merged commit d902507 into robotastic:master Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants