This PR just updates a small amount of the README file.
Update the PATH assignment instruction to use double quotes instead of single quotes. Single quotes won't interpolate anything, so the PATH variable literally gets set to $HOME/usr/bin:$PATH
Add a new instruction on how to add the PATH assignment to the .profile file. Just so it automatically gets set when starting up the device.
This PR just updates a small amount of the README file.
$HOME/usr/bin:$PATH
.profile
file. Just so it automatically gets set when starting up the device.