diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 1979d87a0668e8bcbc5906084f1b1345987ee922..628010697fc78d03abf0e6422115432ce70628a4 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -108,7 +108,7 @@ To use this generator, open a terminal, navigate to a directory where you have r $ rails new blog -This will create a Rails application called Blog in a directory called blog. +This will create a Rails application called Blog in a directory called blog and install the gem dependencies specified in +Gemfile+ using +bundle install+. TIP: You can see all of the command line options that the Rails application builder accepts by running +rails new -h+.