ga-wdi-boston / orientation

Instructions for students beginning General Assembly's WDI program in Boston
Other
11 stars 198 forks source link

Split the lines #188

Closed payne-chris-r closed 7 years ago

payne-chris-r commented 7 years ago

rbenv install 2.3.1 && rbenv global 2.3.1 should be rbenv install 2.3.1 rbenv global 2.3.1

I've seen the && not work, and I also think there are issues with rbenv install not working and then the global version never gets set.