uraimo / buildSwiftOnARM

All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5
489 stars 37 forks source link

Update the PATH assignment instructions #50

Closed meech-ward closed 5 years ago

meech-ward commented 5 years ago

This PR just updates a small amount of the README file.

  1. 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
  2. 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.
uraimo commented 5 years ago

Thanks for spotting the issue with PATH!