From 470c1516b384f0ae710cdcf4f5a83a81f909252c Mon Sep 17 00:00:00 2001 From: Rafael Magana Date: Fri, 25 May 2012 11:01:03 -0500 Subject: [getting started] specify that rails new blog executes bundle install --- guides/source/getting_started.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 1979d87a06..628010697f 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+. -- cgit v1.2.3