You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, step 3 says: Append the following to the .bash_profile, followed by a conditional that will source the .jayrc file if .jayrc is present.
Change this so that a single command appends .bash_profile with the contents of a config file that contains the conditional, something like this, but that works:
echo configFileContents >> .bash_profile
The text was updated successfully, but these errors were encountered:
jaycody
changed the title
Use echo >> filename pattern to append the .bash_profile
Use echo "content" >> filename pattern to append the .bash_profile
May 19, 2018
Update README step 3
.bash_profile
with the contents of a config file that contains the conditional, something like this, but that works:echo configFileContents >> .bash_profile
The text was updated successfully, but these errors were encountered: