Open rickwierenga opened 6 days ago
This PR fixes documentation issues in the README.md file, specifically addressing a command syntax issue for setting up udev rules and correcting a typo. The main change improves the reliability of the udev rules setup command by using the tee
approach instead of direct redirection with sudo.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files | |
---|---|---|---|
Updated the udev rules setup command to use tee instead of direct redirection |
|
sudo tee file' |
README.md |
Fixed a typo in the documentation |
|
README.md |
sorry, just saw that that is what is in the collapsable. why not make that the default?
it might also be nice to add
sudo udevadm control --reload-rules
sudo udevadm trigger
with
echo .. | sudo tee
writing is a sudo operation. input redirection uses the user's permission, which might not be sufficient. this change allows easier copy pasteSummary by Sourcery
Documentation: