How do I use this command? I am up to 1.2.4 Bundler but was unable to run the first part of this section from Hart'l's tutorial. It is simply:
cd first_app/ subl Gemfile
How do I use this command? I am up to 1.2.4 Bundler but was unable to run the first part of this section from Hart'l's tutorial. It is simply:
cd first_app/ subl Gemfile
This are two commands.
You have to type it in your console/ terminal.
The first is:
cd thePathOfYourApp
cd = change directory
and then
subl Gemfile
means the Gemfile should be open with Sublime (a text editor)