From ab7b99f150ade08c079fc3425e23a297ea0a3e41 Mon Sep 17 00:00:00 2001 From: "Nicholas E. May (on Enterprise)" Date: Sat, 2 Oct 2010 22:43:45 -0500 Subject: Section 3.3: '# bundle install' instead of just 'bundle install' --- railties/guides/source/getting_started.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 41563a5704..ed2a4188db 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -195,7 +195,7 @@ h4. Installing the Required Gems Rails applications manage gem dependencies with "Bundler":http://gembundler.com/v1.0/index.html by default. As we don't need any other gems beyond the ones in the generated +Gemfile+ we can directly run -bundle install +# bundle install to have them ready. -- cgit v1.2.3